Skip to content

Commit 5a8ef66

Browse files
committed
fixup! lib,src: implement QuotaExceededError as DOMException-derived interface
1 parent 953b122 commit 5a8ef66

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

lib/internal/bootstrap/web/exposed-wildcard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exposeInterface(globalThis, 'URLSearchParams', URLSearchParams);
3030
exposeLazyDOMExceptionProperty(globalThis);
3131

3232
// https://webidl.spec.whatwg.org/#quotaexceedederror
33-
exposeLazyInterfaces(globalThis, 'internal/quota_exceeded_error', [
33+
exposeLazyInterfaces(globalThis, 'internal/worker/clone_dom_exception', [
3434
'QuotaExceededError',
3535
]);
3636

lib/internal/quota_exceeded_error.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)