diff options
Diffstat (limited to 'extensions/web/06_streams.js')
-rw-r--r-- | extensions/web/06_streams.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/web/06_streams.js b/extensions/web/06_streams.js index d26a1a412..79403442a 100644 --- a/extensions/web/06_streams.js +++ b/extensions/web/06_streams.js @@ -9,6 +9,7 @@ ((window) => { const webidl = window.__bootstrap.webidl; + const { DOMException } = window.__bootstrap.domException; class AssertionError extends Error { constructor(msg) { |