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.
1 parent 2a6da6a commit 40a1be4Copy full SHA for 40a1be4
grammars/javascript.cson
@@ -997,7 +997,7 @@
997
}
998
{
999
'match': '''(?x) (?<!\\$) \\b (?:
1000
- (document|event|navigator|performance|screen|window)
+ (document|event|navigator|performance|screen|window|self|frames|globalThis)
1001
|
1002
(AnalyserNode|ArrayBufferView|Attr|AudioBuffer|AudioBufferSourceNode|AudioContext|AudioDestinationNode|AudioListener
1003
|AudioNode|AudioParam|BatteryManager|BeforeUnloadEvent|BiquadFilterNode|Blob|BufferSource|ByteString|CSS|CSSConditionRule
0 commit comments