mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
.
This commit is contained in:
7
node_modules/domexception/index.js
generated
vendored
Normal file
7
node_modules/domexception/index.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
const DOMException = require("./webidl2js-wrapper.js");
|
||||
|
||||
const sharedGlobalObject = { Array, Error, Object, Promise, String, TypeError };
|
||||
DOMException.install(sharedGlobalObject, ["Window"]);
|
||||
|
||||
module.exports = sharedGlobalObject.DOMException;
|
Reference in New Issue
Block a user