Check type of `window.navigation` global before using it
Fix a crash on web pages which define a global variable called `navigation`, which conflicts with the `window.navigation` entry point for the Navigation API. If such a variable exists, the existing fallback to `window.history` will be used instead. Fixes #5324
Showing
Please register or sign in to comment