版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

8 行
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;