We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prefer-global-this
navigation
windowSpecificAPIs
1 parent 1d682a1 commit 0c93998Copy full SHA for 0c93998
rules/prefer-global-this.js
@@ -62,6 +62,7 @@ const windowSpecificAPIs = new Set([
62
'open',
63
'originAgentCluster',
64
'postMessage',
65
+ 'navigation',
66
67
// Events commonly associated with "window"
68
...[...windowSpecificEvents].map(event => `on${event}`),
0 commit comments