版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

8 righe
257 B

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