deno.land / x / esm@v135_2 / server / embed / polyfills / node_inspector.js

node_inspector.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// https://nodejs.org/api/inspector.html
function panic() { throw new Error( `[esm.sh] "node:inspector" is not supported in browser environment.`, );}
export class Session { constructor() { panic(); }}
export function close() { panic();}
export function open() { panic();}
export function url() { panic();}
export function waitForDebugger() { panic();}
export const console = window.console;
export default { close, console: window.console, open, url, waitForDebugger,};
esm

Version Info

Tagged at
a year ago