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 953b122 commit 5a8ef66Copy full SHA for 5a8ef66
2 files changed
lib/internal/bootstrap/web/exposed-wildcard.js
@@ -30,7 +30,7 @@ exposeInterface(globalThis, 'URLSearchParams', URLSearchParams);
30
exposeLazyDOMExceptionProperty(globalThis);
31
32
// https://webidl.spec.whatwg.org/#quotaexceedederror
33
-exposeLazyInterfaces(globalThis, 'internal/quota_exceeded_error', [
+exposeLazyInterfaces(globalThis, 'internal/worker/clone_dom_exception', [
34
'QuotaExceededError',
35
]);
36
lib/internal/quota_exceeded_error.js
0 commit comments