Skip to content

Commit 953b122

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/common/globals.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ intrinsics.add('console');
7979

8080
const webIdlExposedWildcard = new Set([
8181
'DOMException',
82+
'QuotaExceededError',
8283
'TextEncoder',
8384
'TextDecoder',
8485
'AbortController',

0 commit comments

Comments
 (0)