xuxiaobo-bobo 92d87fb6b7 '0216'
2023-02-16 23:35:17 +08:00

8 lines
257 B
JavaScript

"use strict";
const DOMException = require("./webidl2js-wrapper.js");
const sharedGlobalObject = { Array, Error, Object, Promise, String, TypeError };
DOMException.install(sharedGlobalObject, ["Window"]);
module.exports = sharedGlobalObject.DOMException;