We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DOMException
1 parent 654b747 commit fff3186Copy full SHA for fff3186
lib/.eslintrc.yaml
@@ -61,7 +61,7 @@ rules:
61
- name: DecompressionStream
62
message: Use `const { DecompressionStream } = require('internal/webstreams/compression')` instead of the global.
63
- name: DOMException
64
- message: Use lazy function `const { lazyDOMException } = require('internal/util');` instead of the global.
+ message: Use lazy function `const { lazyDOMExceptionClass } = require('internal/util');` instead of the global.
65
- name: Event
66
message: Use `const { Event } = require('internal/event_target');` instead of the global.
67
- name: EventTarget
0 commit comments