puppeteer/new-docs/puppeteer.protocol.debugger.scope.type.md
2020-07-13 14:01:35 +01:00

567 B

Home > puppeteer > Protocol > Debugger > Scope > type

Protocol.Debugger.Scope.type property

Scope type.

Signature:

type: ('global' | 'local' | 'with' | 'closure' | 'catch' | 'block' | 'script' | 'eval' | 'module' | 'wasm-expression-stack');