@psnext/slingcli 3.1.20260904-1 → 3.3.20260911-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +5 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/util/hasOwn.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/util/hasOwn.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/hasOwn.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-websocket/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/chunks/{chunk-PBNSMEG7.js → chunk-VDBOM5UG.js} +9 -9
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/cli.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/index.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/rpc-entry.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/docs/docs/api/Client.md +25 -8
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +3 -2
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/docs/docs/api/EventSource.md +4 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/docs/docs/api/Interceptors.md +7 -3
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/docs/docs/api/Socks5ProxyAgent.md +7 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/api/readable.js +33 -43
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/cache/memory-cache-store.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/core/connect.js +16 -2
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/core/symbols.js +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/agent.js +7 -2
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/balanced-pool.js +7 -4
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/client-h1.js +9 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/client-h2.js +221 -12
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/client.js +76 -30
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/dispatcher-base.js +13 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/dispatcher.js +15 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/dispatcher1-wrapper.js +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +37 -8
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/proxy-agent.js +18 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/retry-agent.js +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/round-robin-pool.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +106 -22
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/handler/cache-handler.js +29 -5
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/handler/decorator-handler.js +7 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/handler/deduplication-handler.js +12 -6
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/handler/redirect-handler.js +21 -4
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/handler/retry-handler.js +155 -32
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/interceptor/cache.js +65 -9
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/interceptor/decompress.js +115 -13
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/interceptor/deduplicate.js +5 -4
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/interceptor/dns.js +7 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/interceptor/dump.js +10 -23
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/mock/mock-agent.js +13 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/mock/mock-utils.js +217 -27
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/util/cache.js +43 -3
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/cookies/parse.js +150 -147
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/eventsource/eventsource-stream.js +28 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/eventsource/eventsource.js +13 -3
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/fetch/index.js +6 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/fetch/request.js +2 -3
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/fetch/util.js +6 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/webidl/index.js +3 -3
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/websocket/connection.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/websocket/permessage-deflate.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/websocket/stream/websocketstream.js +8 -10
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/websocket/websocket.js +22 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/package.json +3 -3
- package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +4 -4
- package/node_modules/@earendil-works/pi-coding-agent/package.json +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/errors/index.js +20 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +11 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +11 -10
- package/node_modules/@smithy/core/dist-es/submodules/errors/errors.js +18 -0
- package/node_modules/@smithy/core/dist-es/submodules/errors/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/service-error-classification.js +11 -10
- package/node_modules/@smithy/core/dist-types/submodules/errors/errors.d.ts +44 -0
- package/node_modules/@smithy/core/dist-types/submodules/errors/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/service-error-classification.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/errors/errors.d.ts +44 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/errors/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/service-error-classification.d.ts +4 -0
- package/node_modules/@smithy/core/errors.d.ts +5 -0
- package/node_modules/@smithy/core/errors.js +5 -0
- package/node_modules/@smithy/core/package.json +11 -2
- package/node_modules/@types/node/README.md +3 -3
- package/node_modules/@types/node/assert/strict.d.ts +56 -13
- package/node_modules/@types/node/assert.d.ts +190 -189
- package/node_modules/@types/node/async_hooks.d.ts +43 -151
- package/node_modules/@types/node/buffer.buffer.d.ts +13 -12
- package/node_modules/@types/node/buffer.d.ts +237 -102
- package/node_modules/@types/node/child_process.d.ts +154 -39
- package/node_modules/@types/node/cluster.d.ts +384 -238
- package/node_modules/@types/node/compatibility/disposable.d.ts +14 -0
- package/node_modules/@types/node/compatibility/index.d.ts +9 -0
- package/node_modules/@types/node/compatibility/indexable.d.ts +20 -0
- package/node_modules/@types/node/compatibility/iterators.d.ts +20 -0
- package/node_modules/@types/node/console.d.ts +404 -45
- package/node_modules/@types/node/constants.d.ts +10 -3
- package/node_modules/@types/node/crypto.d.ts +1600 -1007
- package/node_modules/@types/node/dgram.d.ts +81 -133
- package/node_modules/@types/node/diagnostics_channel.d.ts +59 -277
- package/node_modules/@types/node/dns/promises.d.ts +15 -9
- package/node_modules/@types/node/dns.d.ts +183 -136
- package/node_modules/@types/node/domain.d.ts +32 -12
- package/node_modules/@types/node/events.d.ts +696 -728
- package/node_modules/@types/node/fs/promises.d.ts +85 -256
- package/node_modules/@types/node/fs.d.ts +525 -865
- package/node_modules/@types/node/globals.d.ts +34 -12
- package/node_modules/@types/node/globals.typedarray.d.ts +0 -63
- package/node_modules/@types/node/http.d.ts +311 -432
- package/node_modules/@types/node/http2.d.ts +891 -545
- package/node_modules/@types/node/https.d.ts +243 -64
- package/node_modules/@types/node/index.d.ts +7 -25
- package/node_modules/@types/node/inspector.d.ts +58 -70
- package/node_modules/@types/node/inspector.generated.d.ts +411 -765
- package/node_modules/@types/node/module.d.ts +219 -54
- package/node_modules/@types/node/net.d.ts +222 -208
- package/node_modules/@types/node/os.d.ts +49 -41
- package/node_modules/@types/node/package.json +3 -13
- package/node_modules/@types/node/path.d.ts +141 -119
- package/node_modules/@types/node/perf_hooks.d.ts +673 -310
- package/node_modules/@types/node/process.d.ts +205 -389
- package/node_modules/@types/node/punycode.d.ts +31 -3
- package/node_modules/@types/node/querystring.d.ts +16 -3
- package/node_modules/@types/node/readline/promises.d.ts +6 -3
- package/node_modules/@types/node/readline.d.ts +152 -66
- package/node_modules/@types/node/repl.d.ts +109 -101
- package/node_modules/@types/node/sea.d.ts +116 -1
- package/node_modules/@types/node/sqlite.d.ts +68 -486
- package/node_modules/@types/node/stream/consumers.d.ts +15 -91
- package/node_modules/@types/node/stream/promises.d.ts +15 -136
- package/node_modules/@types/node/stream/web.d.ts +456 -179
- package/node_modules/@types/node/stream.d.ts +491 -603
- package/node_modules/@types/node/string_decoder.d.ts +43 -3
- package/node_modules/@types/node/test.d.ts +292 -513
- package/node_modules/@types/node/timers/promises.d.ts +18 -3
- package/node_modules/@types/node/timers.d.ts +141 -3
- package/node_modules/@types/node/tls.d.ts +242 -140
- package/node_modules/@types/node/trace_events.d.ts +97 -3
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +8 -7
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -2
- package/node_modules/@types/node/ts5.6/index.d.ts +6 -26
- package/node_modules/@types/node/tty.d.ts +43 -61
- package/node_modules/@types/node/url.d.ts +584 -156
- package/node_modules/@types/node/util.d.ts +1110 -181
- package/node_modules/@types/node/v8.d.ts +36 -175
- package/node_modules/@types/node/vm.d.ts +209 -292
- package/node_modules/@types/node/wasi.d.ts +74 -24
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +2 -27
- package/node_modules/@types/node/web-globals/domexception.d.ts +0 -15
- package/node_modules/@types/node/web-globals/events.d.ts +0 -9
- package/node_modules/@types/node/web-globals/fetch.d.ts +0 -14
- package/node_modules/@types/node/web-globals/navigator.d.ts +0 -3
- package/node_modules/@types/node/web-globals/streams.d.ts +0 -93
- package/node_modules/@types/node/worker_threads.d.ts +407 -257
- package/node_modules/@types/node/zlib.d.ts +165 -7
- package/node_modules/hono/dist/cjs/client/client.js +4 -4
- package/node_modules/hono/dist/cjs/hono-base.js +7 -6
- package/node_modules/hono/dist/cjs/jsx/base.js +18 -1
- package/node_modules/hono/dist/cjs/jsx/components.js +25 -26
- package/node_modules/hono/dist/cjs/jsx/context.js +5 -5
- package/node_modules/hono/dist/cjs/jsx/dom/server.js +5 -1
- package/node_modules/hono/dist/cjs/jsx/intrinsic-element/components.js +2 -2
- package/node_modules/hono/dist/cjs/jsx/streaming.js +4 -5
- package/node_modules/hono/dist/client/client.js +4 -4
- package/node_modules/hono/dist/hono-base.js +7 -6
- package/node_modules/hono/dist/jsx/base.js +15 -1
- package/node_modules/hono/dist/jsx/components.js +26 -27
- package/node_modules/hono/dist/jsx/context.js +6 -6
- package/node_modules/hono/dist/jsx/dom/server.js +5 -1
- package/node_modules/hono/dist/jsx/intrinsic-element/components.js +3 -3
- package/node_modules/hono/dist/jsx/streaming.js +5 -6
- package/node_modules/hono/dist/types/context.d.ts +2 -2
- package/node_modules/hono/dist/types/jsx/base.d.ts +3 -0
- package/node_modules/hono/package.json +2 -2
- package/node_modules/jose/dist/types/index.d.ts +1 -2
- package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +7 -11
- package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +13 -16
- package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +7 -11
- package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +16 -19
- package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +10 -16
- package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +18 -21
- package/node_modules/jose/dist/types/jwk/embedded.d.ts +3 -1
- package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +4 -6
- package/node_modules/jose/dist/types/jwks/local.d.ts +5 -4
- package/node_modules/jose/dist/types/jwks/remote.d.ts +20 -21
- package/node_modules/jose/dist/types/jws/compact/sign.d.ts +4 -4
- package/node_modules/jose/dist/types/jws/compact/verify.d.ts +8 -11
- package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +5 -5
- package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +8 -11
- package/node_modules/jose/dist/types/jws/general/sign.d.ts +10 -14
- package/node_modules/jose/dist/types/jws/general/verify.d.ts +11 -17
- package/node_modules/jose/dist/types/jwt/decrypt.d.ts +14 -11
- package/node_modules/jose/dist/types/jwt/encrypt.d.ts +24 -22
- package/node_modules/jose/dist/types/jwt/sign.d.ts +3 -7
- package/node_modules/jose/dist/types/jwt/unsecured.d.ts +2 -6
- package/node_modules/jose/dist/types/jwt/verify.d.ts +13 -6
- package/node_modules/jose/dist/types/key/export.d.ts +6 -6
- package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +9 -14
- package/node_modules/jose/dist/types/key/generate_secret.d.ts +10 -10
- package/node_modules/jose/dist/types/key/import.d.ts +19 -18
- package/node_modules/jose/dist/types/types.d.ts +152 -247
- package/node_modules/jose/dist/types/util/base64url.d.ts +7 -7
- package/node_modules/jose/dist/types/util/decode_jwt.d.ts +6 -1
- package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +4 -3
- package/node_modules/jose/dist/types/util/errors.d.ts +29 -40
- package/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +1 -2
- package/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +9 -26
- package/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +3 -3
- package/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +11 -30
- package/node_modules/jose/dist/webapi/jwe/general/decrypt.js +6 -6
- package/node_modules/jose/dist/webapi/jwe/general/encrypt.js +33 -57
- package/node_modules/jose/dist/webapi/jwk/embedded.js +3 -4
- package/node_modules/jose/dist/webapi/jwk/thumbprint.js +3 -6
- package/node_modules/jose/dist/webapi/jwks/local.js +16 -10
- package/node_modules/jose/dist/webapi/jwks/remote.js +2 -2
- package/node_modules/jose/dist/webapi/jws/compact/sign.js +2 -4
- package/node_modules/jose/dist/webapi/jws/compact/verify.js +2 -2
- package/node_modules/jose/dist/webapi/jws/flattened/sign.js +8 -15
- package/node_modules/jose/dist/webapi/jws/flattened/verify.js +4 -14
- package/node_modules/jose/dist/webapi/jws/general/sign.js +4 -11
- package/node_modules/jose/dist/webapi/jws/general/verify.js +5 -7
- package/node_modules/jose/dist/webapi/jwt/decrypt.js +2 -3
- package/node_modules/jose/dist/webapi/jwt/encrypt.js +11 -25
- package/node_modules/jose/dist/webapi/jwt/sign.js +1 -1
- package/node_modules/jose/dist/webapi/jwt/unsecured.js +1 -2
- package/node_modules/jose/dist/webapi/jwt/verify.js +4 -4
- package/node_modules/jose/dist/webapi/key/export.js +12 -16
- package/node_modules/jose/dist/webapi/key/generate_key_pair.js +4 -13
- package/node_modules/jose/dist/webapi/key/generate_secret.js +1 -1
- package/node_modules/jose/dist/webapi/key/import.js +5 -9
- package/node_modules/jose/dist/webapi/lib/asn1.js +2 -4
- package/node_modules/jose/dist/webapi/lib/buffer_utils.js +35 -0
- package/node_modules/jose/dist/webapi/lib/content_encryption.js +21 -29
- package/node_modules/jose/dist/webapi/lib/deflate.js +9 -19
- package/node_modules/jose/dist/webapi/lib/jwe_algorithms.js +0 -4
- package/node_modules/jose/dist/webapi/lib/jwe_decrypt.js +21 -54
- package/node_modules/jose/dist/webapi/lib/jwe_encrypt.js +26 -59
- package/node_modules/jose/dist/webapi/lib/jws_sign.js +29 -43
- package/node_modules/jose/dist/webapi/lib/jws_verify.js +37 -45
- package/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +1 -1
- package/node_modules/jose/dist/webapi/lib/key.js +119 -59
- package/node_modules/jose/dist/webapi/lib/key_management.js +45 -80
- package/node_modules/jose/dist/webapi/lib/{options.js → validate.js} +64 -3
- package/node_modules/jose/dist/webapi/util/base64url.js +5 -19
- package/node_modules/jose/dist/webapi/util/decode_jwt.js +1 -1
- package/node_modules/jose/dist/webapi/util/decode_protected_header.js +1 -1
- package/node_modules/jose/package.json +1 -1
- package/node_modules/undici/lib/dispatcher/balanced-pool.js +4 -2
- package/node_modules/undici/lib/dispatcher/client-h1.js +12 -4
- package/node_modules/undici/lib/dispatcher/client-h2.js +70 -14
- package/node_modules/undici/lib/dispatcher/client.js +6 -2
- package/node_modules/undici/lib/handler/cache-handler.js +21 -5
- package/node_modules/undici/lib/handler/retry-handler.js +42 -7
- package/node_modules/undici/lib/interceptor/cache.js +20 -1
- package/node_modules/undici/lib/interceptor/decompress.js +146 -14
- package/node_modules/undici/lib/interceptor/dump.js +10 -23
- package/node_modules/undici/lib/web/eventsource/eventsource-stream.js +245 -150
- package/node_modules/undici/lib/web/websocket/connection.js +1 -1
- package/node_modules/undici/lib/web/websocket/permessage-deflate.js +5 -0
- package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +8 -10
- package/node_modules/undici/package.json +1 -1
- package/node_modules/undici/types/interceptors.d.ts +2 -0
- package/node_modules/undici-types/agent.d.ts +13 -12
- package/node_modules/undici-types/api.d.ts +26 -26
- package/node_modules/undici-types/balanced-pool.d.ts +12 -13
- package/node_modules/undici-types/client.d.ts +34 -55
- package/node_modules/undici-types/connector.d.ts +2 -4
- package/node_modules/undici-types/cookies.d.ts +0 -2
- package/node_modules/undici-types/diagnostics-channel.d.ts +10 -18
- package/node_modules/undici-types/dispatcher.d.ts +137 -134
- package/node_modules/undici-types/env-http-proxy-agent.d.ts +3 -4
- package/node_modules/undici-types/errors.d.ts +54 -82
- package/node_modules/undici-types/eventsource.d.ts +4 -9
- package/node_modules/undici-types/fetch.d.ts +24 -46
- package/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/undici-types/formdata.d.ts +7 -7
- package/node_modules/undici-types/global-dispatcher.d.ts +4 -4
- package/node_modules/undici-types/global-origin.d.ts +5 -5
- package/node_modules/undici-types/handlers.d.ts +9 -8
- package/node_modules/undici-types/header.d.ts +1 -162
- package/node_modules/undici-types/index.d.ts +47 -69
- package/node_modules/undici-types/interceptors.d.ts +9 -72
- package/node_modules/undici-types/mock-agent.d.ts +18 -36
- package/node_modules/undici-types/mock-client.d.ts +4 -6
- package/node_modules/undici-types/mock-errors.d.ts +3 -3
- package/node_modules/undici-types/mock-interceptor.d.ts +20 -21
- package/node_modules/undici-types/mock-pool.d.ts +4 -6
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/patch.d.ts +4 -0
- package/node_modules/undici-types/pool-stats.d.ts +8 -8
- package/node_modules/undici-types/pool.d.ts +14 -14
- package/node_modules/undici-types/proxy-agent.d.ts +6 -7
- package/node_modules/undici-types/readable.d.ts +16 -19
- package/node_modules/undici-types/retry-agent.d.ts +1 -1
- package/node_modules/undici-types/retry-handler.d.ts +10 -19
- package/node_modules/undici-types/util.d.ts +3 -3
- package/node_modules/undici-types/webidl.d.ts +30 -148
- package/node_modules/undici-types/websocket.d.ts +10 -48
- package/node_modules/zod/compile.cjs +19 -0
- package/node_modules/zod/index.cjs +19 -0
- package/node_modules/zod/locales/index.cjs +19 -0
- package/node_modules/zod/mini/index.cjs +19 -0
- package/node_modules/zod/package.json +8 -7
- package/node_modules/zod/src/v3/helpers/errorUtil.ts +1 -1
- package/node_modules/zod/src/v4/classic/checks.ts +0 -1
- package/node_modules/zod/src/v4/classic/external.ts +2 -0
- package/node_modules/zod/src/v4/classic/from-json-schema.ts +248 -25
- package/node_modules/zod/src/v4/classic/schemas.ts +255 -164
- package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +59 -9
- package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +6 -0
- package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +2 -2
- package/node_modules/zod/src/v4/classic/tests/cyclic-data.test.ts +274 -0
- package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +112 -6
- package/node_modules/zod/src/v4/classic/tests/enum.test.ts +9 -0
- package/node_modules/zod/src/v4/classic/tests/error.test.ts +130 -1
- package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +4 -0
- package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +157 -0
- package/node_modules/zod/src/v4/classic/tests/iban.test.ts +81 -0
- package/node_modules/zod/src/v4/classic/tests/instance-footprint.test.ts +18 -2
- package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +27 -7
- package/node_modules/zod/src/v4/classic/tests/issue-schema.test.ts +88 -56
- package/node_modules/zod/src/v4/classic/tests/object.test.ts +56 -0
- package/node_modules/zod/src/v4/classic/tests/optin-ladder.test.ts +3 -2
- package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +70 -0
- package/node_modules/zod/src/v4/classic/tests/properties.test.ts +225 -0
- package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +46 -1
- package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +19 -0
- package/node_modules/zod/src/v4/classic/tests/string.test.ts +25 -0
- package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +33 -1
- package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +147 -3
- package/node_modules/zod/src/v4/classic/tests/validate.test.ts +569 -0
- package/node_modules/zod/src/v4/core/api.ts +30 -6
- package/node_modules/zod/src/v4/core/checks.ts +1 -101
- package/node_modules/zod/src/v4/core/compile.ts +202 -88
- package/node_modules/zod/src/v4/core/doc.ts +6 -2
- package/node_modules/zod/src/v4/core/errors.ts +3 -6
- package/node_modules/zod/src/v4/core/json-schema-generator.ts +2 -2
- package/node_modules/zod/src/v4/core/json-schema-processors.ts +226 -68
- package/node_modules/zod/src/v4/core/memoizer.ts +78 -28
- package/node_modules/zod/src/v4/core/parse.ts +37 -16
- package/node_modules/zod/src/v4/core/regexes.ts +10 -4
- package/node_modules/zod/src/v4/core/schemas.ts +359 -122
- package/node_modules/zod/src/v4/core/tests/cached.test.ts +54 -0
- package/node_modules/zod/src/v4/core/tests/compile-generative.test.ts +445 -0
- package/node_modules/zod/src/v4/core/tests/compile.test.ts +222 -2
- package/node_modules/zod/src/v4/core/tests/email-regex.test.ts +140 -0
- package/node_modules/zod/src/v4/core/tests/locales/tg.test.ts +85 -0
- package/node_modules/zod/src/v4/core/tests/polyfill-collision.test.ts +46 -0
- package/node_modules/zod/src/v4/core/to-json-schema.ts +10 -8
- package/node_modules/zod/src/v4/core/util.ts +222 -147
- package/node_modules/zod/src/v4/core/versions.ts +2 -2
- package/node_modules/zod/src/v4/core/visit.ts +11 -0
- package/node_modules/zod/src/v4/locales/ar.ts +1 -0
- package/node_modules/zod/src/v4/locales/az.ts +1 -0
- package/node_modules/zod/src/v4/locales/be.ts +1 -0
- package/node_modules/zod/src/v4/locales/bg.ts +1 -0
- package/node_modules/zod/src/v4/locales/bn.ts +1 -0
- package/node_modules/zod/src/v4/locales/ca.ts +1 -0
- package/node_modules/zod/src/v4/locales/ckb.ts +1 -0
- package/node_modules/zod/src/v4/locales/cs.ts +1 -0
- package/node_modules/zod/src/v4/locales/da.ts +1 -0
- package/node_modules/zod/src/v4/locales/de.ts +1 -0
- package/node_modules/zod/src/v4/locales/el.ts +1 -0
- package/node_modules/zod/src/v4/locales/en.ts +1 -0
- package/node_modules/zod/src/v4/locales/eo.ts +1 -0
- package/node_modules/zod/src/v4/locales/es.ts +1 -0
- package/node_modules/zod/src/v4/locales/fa.ts +1 -0
- package/node_modules/zod/src/v4/locales/fi.ts +1 -0
- package/node_modules/zod/src/v4/locales/fr-CA.ts +1 -0
- package/node_modules/zod/src/v4/locales/fr.ts +1 -0
- package/node_modules/zod/src/v4/locales/gu.ts +1 -0
- package/node_modules/zod/src/v4/locales/he.ts +1 -0
- package/node_modules/zod/src/v4/locales/hi.ts +1 -0
- package/node_modules/zod/src/v4/locales/hr.ts +1 -0
- package/node_modules/zod/src/v4/locales/hu.ts +1 -0
- package/node_modules/zod/src/v4/locales/hy.ts +1 -0
- package/node_modules/zod/src/v4/locales/id.ts +1 -0
- package/node_modules/zod/src/v4/locales/index.ts +1 -0
- package/node_modules/zod/src/v4/locales/is.ts +1 -0
- package/node_modules/zod/src/v4/locales/it.ts +1 -0
- package/node_modules/zod/src/v4/locales/ja.ts +1 -0
- package/node_modules/zod/src/v4/locales/ka.ts +1 -0
- package/node_modules/zod/src/v4/locales/km.ts +1 -0
- package/node_modules/zod/src/v4/locales/kn.ts +1 -0
- package/node_modules/zod/src/v4/locales/ko.ts +1 -0
- package/node_modules/zod/src/v4/locales/lt.ts +1 -0
- package/node_modules/zod/src/v4/locales/mk.ts +1 -0
- package/node_modules/zod/src/v4/locales/ms.ts +1 -0
- package/node_modules/zod/src/v4/locales/ne.ts +1 -0
- package/node_modules/zod/src/v4/locales/nl.ts +1 -0
- package/node_modules/zod/src/v4/locales/nn.ts +1 -0
- package/node_modules/zod/src/v4/locales/no.ts +1 -0
- package/node_modules/zod/src/v4/locales/ota.ts +1 -0
- package/node_modules/zod/src/v4/locales/pl.ts +1 -0
- package/node_modules/zod/src/v4/locales/ps.ts +1 -0
- package/node_modules/zod/src/v4/locales/pt-BR.ts +1 -0
- package/node_modules/zod/src/v4/locales/pt.ts +1 -0
- package/node_modules/zod/src/v4/locales/ro.ts +1 -0
- package/node_modules/zod/src/v4/locales/ru.ts +1 -0
- package/node_modules/zod/src/v4/locales/sk.ts +1 -0
- package/node_modules/zod/src/v4/locales/sl.ts +1 -0
- package/node_modules/zod/src/v4/locales/sv.ts +1 -0
- package/node_modules/zod/src/v4/locales/ta.ts +1 -0
- package/node_modules/zod/src/v4/locales/tg.ts +134 -0
- package/node_modules/zod/src/v4/locales/th.ts +1 -0
- package/node_modules/zod/src/v4/locales/tk.ts +1 -0
- package/node_modules/zod/src/v4/locales/tr.ts +1 -0
- package/node_modules/zod/src/v4/locales/uk.ts +1 -0
- package/node_modules/zod/src/v4/locales/ur.ts +1 -0
- package/node_modules/zod/src/v4/locales/uz.ts +1 -0
- package/node_modules/zod/src/v4/locales/vi.ts +1 -0
- package/node_modules/zod/src/v4/locales/yo.ts +1 -0
- package/node_modules/zod/src/v4/locales/zh-CN.ts +1 -0
- package/node_modules/zod/src/v4/locales/zh-TW.ts +1 -0
- package/node_modules/zod/src/v4/mini/checks.ts +0 -1
- package/node_modules/zod/src/v4/mini/external.ts +2 -0
- package/node_modules/zod/src/v4/mini/schemas.ts +39 -3
- package/node_modules/zod/src/v4/mini/tests/checks.test.ts +1 -1
- package/node_modules/zod/src/v4/mini/tests/computed.test.ts +11 -17
- package/node_modules/zod/src/v4/mini/tests/index.test.ts +30 -0
- package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +16 -0
- package/node_modules/zod/src/v4/mini/tests/string.test.ts +16 -0
- package/node_modules/zod/v3/ZodError.cjs +19 -0
- package/node_modules/zod/v3/errors.cjs +19 -0
- package/node_modules/zod/v3/external.cjs +19 -0
- package/node_modules/zod/v3/helpers/enumUtil.cjs +19 -0
- package/node_modules/zod/v3/helpers/errorUtil.cjs +20 -1
- package/node_modules/zod/v3/helpers/errorUtil.js +1 -1
- package/node_modules/zod/v3/helpers/parseUtil.cjs +19 -0
- package/node_modules/zod/v3/helpers/partialUtil.cjs +19 -0
- package/node_modules/zod/v3/helpers/typeAliases.cjs +19 -0
- package/node_modules/zod/v3/helpers/util.cjs +19 -0
- package/node_modules/zod/v3/index.cjs +19 -0
- package/node_modules/zod/v3/standard-schema.cjs +19 -0
- package/node_modules/zod/v3/types.cjs +19 -0
- package/node_modules/zod/v4/classic/checks.cjs +20 -2
- package/node_modules/zod/v4/classic/checks.d.cts +1 -1
- package/node_modules/zod/v4/classic/checks.d.ts +1 -1
- package/node_modules/zod/v4/classic/checks.js +1 -1
- package/node_modules/zod/v4/classic/coerce.cjs +19 -0
- package/node_modules/zod/v4/classic/compat.cjs +19 -0
- package/node_modules/zod/v4/classic/deep-partial.cjs +19 -0
- package/node_modules/zod/v4/classic/errors.cjs +19 -0
- package/node_modules/zod/v4/classic/external.cjs +22 -1
- package/node_modules/zod/v4/classic/external.d.cts +1 -1
- package/node_modules/zod/v4/classic/external.d.ts +1 -1
- package/node_modules/zod/v4/classic/external.js +1 -1
- package/node_modules/zod/v4/classic/from-json-schema.cjs +264 -24
- package/node_modules/zod/v4/classic/from-json-schema.js +245 -24
- package/node_modules/zod/v4/classic/in-out.cjs +19 -0
- package/node_modules/zod/v4/classic/index.cjs +19 -0
- package/node_modules/zod/v4/classic/iso.cjs +19 -0
- package/node_modules/zod/v4/classic/parse.cjs +19 -0
- package/node_modules/zod/v4/classic/schemas.cjs +100 -31
- package/node_modules/zod/v4/classic/schemas.d.cts +17 -1
- package/node_modules/zod/v4/classic/schemas.d.ts +17 -1
- package/node_modules/zod/v4/classic/schemas.js +77 -29
- package/node_modules/zod/v4/core/api.cjs +37 -2
- package/node_modules/zod/v4/core/api.d.cts +6 -4
- package/node_modules/zod/v4/core/api.d.ts +6 -4
- package/node_modules/zod/v4/core/api.js +17 -2
- package/node_modules/zod/v4/core/checks.cjs +19 -96
- package/node_modules/zod/v4/core/checks.d.cts +1 -1
- package/node_modules/zod/v4/core/checks.d.ts +1 -1
- package/node_modules/zod/v4/core/checks.js +0 -96
- package/node_modules/zod/v4/core/compile.cjs +172 -72
- package/node_modules/zod/v4/core/compile.d.cts +18 -4
- package/node_modules/zod/v4/core/compile.d.ts +18 -4
- package/node_modules/zod/v4/core/compile.js +153 -73
- package/node_modules/zod/v4/core/core.cjs +19 -0
- package/node_modules/zod/v4/core/doc.cjs +26 -2
- package/node_modules/zod/v4/core/doc.js +7 -2
- package/node_modules/zod/v4/core/errors.cjs +21 -5
- package/node_modules/zod/v4/core/errors.js +2 -5
- package/node_modules/zod/v4/core/index.cjs +19 -0
- package/node_modules/zod/v4/core/json-schema-generator.cjs +20 -1
- package/node_modules/zod/v4/core/json-schema-generator.js +2 -2
- package/node_modules/zod/v4/core/json-schema-processors.cjs +215 -63
- package/node_modules/zod/v4/core/json-schema-processors.d.cts +17 -0
- package/node_modules/zod/v4/core/json-schema-processors.d.ts +17 -0
- package/node_modules/zod/v4/core/json-schema-processors.js +195 -64
- package/node_modules/zod/v4/core/json-schema.cjs +19 -0
- package/node_modules/zod/v4/core/memoizer.cjs +114 -23
- package/node_modules/zod/v4/core/memoizer.js +72 -23
- package/node_modules/zod/v4/core/parse.cjs +56 -16
- package/node_modules/zod/v4/core/parse.js +37 -16
- package/node_modules/zod/v4/core/regexes.cjs +29 -6
- package/node_modules/zod/v4/core/regexes.d.cts +2 -0
- package/node_modules/zod/v4/core/regexes.d.ts +2 -0
- package/node_modules/zod/v4/core/regexes.js +8 -4
- package/node_modules/zod/v4/core/registries.cjs +19 -0
- package/node_modules/zod/v4/core/schemas.cjs +331 -103
- package/node_modules/zod/v4/core/schemas.d.cts +43 -8
- package/node_modules/zod/v4/core/schemas.d.ts +43 -8
- package/node_modules/zod/v4/core/schemas.js +310 -102
- package/node_modules/zod/v4/core/standard-schema.cjs +19 -0
- package/node_modules/zod/v4/core/to-json-schema.cjs +29 -7
- package/node_modules/zod/v4/core/to-json-schema.d.cts +7 -3
- package/node_modules/zod/v4/core/to-json-schema.d.ts +7 -3
- package/node_modules/zod/v4/core/to-json-schema.js +8 -7
- package/node_modules/zod/v4/core/util.cjs +181 -143
- package/node_modules/zod/v4/core/util.d.cts +25 -4
- package/node_modules/zod/v4/core/util.d.ts +25 -4
- package/node_modules/zod/v4/core/util.js +160 -143
- package/node_modules/zod/v4/core/versions.cjs +21 -2
- package/node_modules/zod/v4/core/versions.d.cts +1 -1
- package/node_modules/zod/v4/core/versions.d.ts +1 -1
- package/node_modules/zod/v4/core/versions.js +2 -2
- package/node_modules/zod/v4/core/visit.cjs +31 -0
- package/node_modules/zod/v4/core/visit.js +12 -0
- package/node_modules/zod/v4/index.cjs +19 -0
- package/node_modules/zod/v4/locales/ar.cjs +1 -0
- package/node_modules/zod/v4/locales/ar.js +1 -0
- package/node_modules/zod/v4/locales/az.cjs +1 -0
- package/node_modules/zod/v4/locales/az.js +1 -0
- package/node_modules/zod/v4/locales/be.cjs +1 -0
- package/node_modules/zod/v4/locales/be.js +1 -0
- package/node_modules/zod/v4/locales/bg.cjs +1 -0
- package/node_modules/zod/v4/locales/bg.js +1 -0
- package/node_modules/zod/v4/locales/bn.cjs +1 -0
- package/node_modules/zod/v4/locales/bn.js +1 -0
- package/node_modules/zod/v4/locales/ca.cjs +1 -0
- package/node_modules/zod/v4/locales/ca.js +1 -0
- package/node_modules/zod/v4/locales/ckb.cjs +1 -0
- package/node_modules/zod/v4/locales/ckb.js +1 -0
- package/node_modules/zod/v4/locales/cs.cjs +1 -0
- package/node_modules/zod/v4/locales/cs.js +1 -0
- package/node_modules/zod/v4/locales/da.cjs +1 -0
- package/node_modules/zod/v4/locales/da.js +1 -0
- package/node_modules/zod/v4/locales/de.cjs +1 -0
- package/node_modules/zod/v4/locales/de.js +1 -0
- package/node_modules/zod/v4/locales/el.cjs +1 -0
- package/node_modules/zod/v4/locales/el.js +1 -0
- package/node_modules/zod/v4/locales/en.cjs +1 -0
- package/node_modules/zod/v4/locales/en.js +1 -0
- package/node_modules/zod/v4/locales/eo.cjs +1 -0
- package/node_modules/zod/v4/locales/eo.js +1 -0
- package/node_modules/zod/v4/locales/es.cjs +1 -0
- package/node_modules/zod/v4/locales/es.js +1 -0
- package/node_modules/zod/v4/locales/fa.cjs +1 -0
- package/node_modules/zod/v4/locales/fa.js +1 -0
- package/node_modules/zod/v4/locales/fi.cjs +1 -0
- package/node_modules/zod/v4/locales/fi.js +1 -0
- package/node_modules/zod/v4/locales/fr-CA.cjs +1 -0
- package/node_modules/zod/v4/locales/fr-CA.js +1 -0
- package/node_modules/zod/v4/locales/fr.cjs +1 -0
- package/node_modules/zod/v4/locales/fr.js +1 -0
- package/node_modules/zod/v4/locales/gu.cjs +1 -0
- package/node_modules/zod/v4/locales/gu.js +1 -0
- package/node_modules/zod/v4/locales/he.cjs +1 -0
- package/node_modules/zod/v4/locales/he.js +1 -0
- package/node_modules/zod/v4/locales/hi.cjs +1 -0
- package/node_modules/zod/v4/locales/hi.js +1 -0
- package/node_modules/zod/v4/locales/hr.cjs +1 -0
- package/node_modules/zod/v4/locales/hr.js +1 -0
- package/node_modules/zod/v4/locales/hu.cjs +1 -0
- package/node_modules/zod/v4/locales/hu.js +1 -0
- package/node_modules/zod/v4/locales/hy.cjs +1 -0
- package/node_modules/zod/v4/locales/hy.js +1 -0
- package/node_modules/zod/v4/locales/id.cjs +1 -0
- package/node_modules/zod/v4/locales/id.js +1 -0
- package/node_modules/zod/v4/locales/index.cjs +22 -1
- package/node_modules/zod/v4/locales/index.d.cts +1 -0
- package/node_modules/zod/v4/locales/index.d.ts +1 -0
- package/node_modules/zod/v4/locales/index.js +1 -0
- package/node_modules/zod/v4/locales/is.cjs +1 -0
- package/node_modules/zod/v4/locales/is.js +1 -0
- package/node_modules/zod/v4/locales/it.cjs +1 -0
- package/node_modules/zod/v4/locales/it.js +1 -0
- package/node_modules/zod/v4/locales/ja.cjs +1 -0
- package/node_modules/zod/v4/locales/ja.js +1 -0
- package/node_modules/zod/v4/locales/ka.cjs +1 -0
- package/node_modules/zod/v4/locales/ka.js +1 -0
- package/node_modules/zod/v4/locales/km.cjs +1 -0
- package/node_modules/zod/v4/locales/km.js +1 -0
- package/node_modules/zod/v4/locales/kn.cjs +1 -0
- package/node_modules/zod/v4/locales/kn.js +1 -0
- package/node_modules/zod/v4/locales/ko.cjs +1 -0
- package/node_modules/zod/v4/locales/ko.js +1 -0
- package/node_modules/zod/v4/locales/lt.cjs +1 -0
- package/node_modules/zod/v4/locales/lt.js +1 -0
- package/node_modules/zod/v4/locales/mk.cjs +1 -0
- package/node_modules/zod/v4/locales/mk.js +1 -0
- package/node_modules/zod/v4/locales/ms.cjs +1 -0
- package/node_modules/zod/v4/locales/ms.js +1 -0
- package/node_modules/zod/v4/locales/ne.cjs +1 -0
- package/node_modules/zod/v4/locales/ne.js +1 -0
- package/node_modules/zod/v4/locales/nl.cjs +1 -0
- package/node_modules/zod/v4/locales/nl.js +1 -0
- package/node_modules/zod/v4/locales/nn.cjs +1 -0
- package/node_modules/zod/v4/locales/nn.js +1 -0
- package/node_modules/zod/v4/locales/no.cjs +1 -0
- package/node_modules/zod/v4/locales/no.js +1 -0
- package/node_modules/zod/v4/locales/ota.cjs +1 -0
- package/node_modules/zod/v4/locales/ota.js +1 -0
- package/node_modules/zod/v4/locales/pl.cjs +1 -0
- package/node_modules/zod/v4/locales/pl.js +1 -0
- package/node_modules/zod/v4/locales/ps.cjs +1 -0
- package/node_modules/zod/v4/locales/ps.js +1 -0
- package/node_modules/zod/v4/locales/pt-BR.cjs +1 -0
- package/node_modules/zod/v4/locales/pt-BR.js +1 -0
- package/node_modules/zod/v4/locales/pt.cjs +1 -0
- package/node_modules/zod/v4/locales/pt.js +1 -0
- package/node_modules/zod/v4/locales/ro.cjs +1 -0
- package/node_modules/zod/v4/locales/ro.js +1 -0
- package/node_modules/zod/v4/locales/ru.cjs +1 -0
- package/node_modules/zod/v4/locales/ru.js +1 -0
- package/node_modules/zod/v4/locales/sk.cjs +1 -0
- package/node_modules/zod/v4/locales/sk.js +1 -0
- package/node_modules/zod/v4/locales/sl.cjs +1 -0
- package/node_modules/zod/v4/locales/sl.js +1 -0
- package/node_modules/zod/v4/locales/sv.cjs +1 -0
- package/node_modules/zod/v4/locales/sv.js +1 -0
- package/node_modules/zod/v4/locales/ta.cjs +1 -0
- package/node_modules/zod/v4/locales/ta.js +1 -0
- package/node_modules/zod/v4/locales/tg.cjs +143 -0
- package/node_modules/zod/v4/locales/tg.d.cts +5 -0
- package/node_modules/zod/v4/locales/tg.d.ts +4 -0
- package/node_modules/zod/v4/locales/tg.js +116 -0
- package/node_modules/zod/v4/locales/th.cjs +1 -0
- package/node_modules/zod/v4/locales/th.js +1 -0
- package/node_modules/zod/v4/locales/tk.cjs +1 -0
- package/node_modules/zod/v4/locales/tk.js +1 -0
- package/node_modules/zod/v4/locales/tr.cjs +1 -0
- package/node_modules/zod/v4/locales/tr.js +1 -0
- package/node_modules/zod/v4/locales/uk.cjs +1 -0
- package/node_modules/zod/v4/locales/uk.js +1 -0
- package/node_modules/zod/v4/locales/ur.cjs +1 -0
- package/node_modules/zod/v4/locales/ur.js +1 -0
- package/node_modules/zod/v4/locales/uz.cjs +1 -0
- package/node_modules/zod/v4/locales/uz.js +1 -0
- package/node_modules/zod/v4/locales/vi.cjs +1 -0
- package/node_modules/zod/v4/locales/vi.js +1 -0
- package/node_modules/zod/v4/locales/yo.cjs +1 -0
- package/node_modules/zod/v4/locales/yo.js +1 -0
- package/node_modules/zod/v4/locales/zh-CN.cjs +1 -0
- package/node_modules/zod/v4/locales/zh-CN.js +1 -0
- package/node_modules/zod/v4/locales/zh-TW.cjs +1 -0
- package/node_modules/zod/v4/locales/zh-TW.js +1 -0
- package/node_modules/zod/v4/mini/checks.cjs +20 -2
- package/node_modules/zod/v4/mini/checks.d.cts +1 -1
- package/node_modules/zod/v4/mini/checks.d.ts +1 -1
- package/node_modules/zod/v4/mini/checks.js +1 -1
- package/node_modules/zod/v4/mini/coerce.cjs +19 -0
- package/node_modules/zod/v4/mini/deep-partial.cjs +19 -0
- package/node_modules/zod/v4/mini/external.cjs +22 -1
- package/node_modules/zod/v4/mini/external.d.cts +1 -1
- package/node_modules/zod/v4/mini/external.d.ts +1 -1
- package/node_modules/zod/v4/mini/external.js +1 -1
- package/node_modules/zod/v4/mini/in-out.cjs +19 -0
- package/node_modules/zod/v4/mini/index.cjs +19 -0
- package/node_modules/zod/v4/mini/iso.cjs +19 -0
- package/node_modules/zod/v4/mini/parse.cjs +19 -0
- package/node_modules/zod/v4/mini/schemas.cjs +42 -4
- package/node_modules/zod/v4/mini/schemas.d.cts +9 -1
- package/node_modules/zod/v4/mini/schemas.d.ts +9 -1
- package/node_modules/zod/v4/mini/schemas.js +19 -2
- package/node_modules/zod/v4-mini/index.cjs +19 -0
- package/package.json +2 -2
- package/slingshot/index.js +151 -149
- package/node_modules/@types/node/ffi.d.ts +0 -486
- package/node_modules/@types/node/inspector/promises.d.ts +0 -35
- package/node_modules/@types/node/path/posix.d.ts +0 -8
- package/node_modules/@types/node/path/win32.d.ts +0 -8
- package/node_modules/@types/node/quic.d.ts +0 -2151
- package/node_modules/@types/node/stream/iter.d.ts +0 -452
- package/node_modules/@types/node/test/reporters.d.ts +0 -59
- package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
- package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
- package/node_modules/@types/node/ts5.7/index.d.ts +0 -118
- package/node_modules/@types/node/util/types.d.ts +0 -558
- package/node_modules/@types/node/vfs.d.ts +0 -210
- package/node_modules/@types/node/web-globals/blob.d.ts +0 -23
- package/node_modules/@types/node/web-globals/console.d.ts +0 -9
- package/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
- package/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
- package/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
- package/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
- package/node_modules/@types/node/web-globals/performance.d.ts +0 -45
- package/node_modules/@types/node/web-globals/timers.d.ts +0 -44
- package/node_modules/@types/node/web-globals/url.d.ts +0 -24
- package/node_modules/@types/node/zlib/iter.d.ts +0 -131
- package/node_modules/jose/dist/webapi/lib/base64.js +0 -20
- package/node_modules/jose/dist/webapi/lib/crypto_key.js +0 -27
- package/node_modules/jose/dist/webapi/lib/helpers.js +0 -45
- package/node_modules/jose/dist/webapi/lib/invalid_key_input.js +0 -12
- package/node_modules/jose/dist/webapi/lib/is_key_like.js +0 -19
- package/node_modules/jose/dist/webapi/lib/jwk_metadata.js +0 -19
- package/node_modules/jose/dist/webapi/lib/jwk_to_key.js +0 -10
- package/node_modules/jose/dist/webapi/lib/key_options.js +0 -8
- package/node_modules/jose/dist/webapi/lib/signing.js +0 -22
- package/node_modules/jose/dist/webapi/lib/type_checks.js +0 -30
- package/node_modules/undici-types/cache-interceptor.d.ts +0 -179
- package/node_modules/undici-types/client-stats.d.ts +0 -15
- package/node_modules/undici-types/dispatcher1-wrapper.d.ts +0 -7
- package/node_modules/undici-types/h2c-client.d.ts +0 -73
- package/node_modules/undici-types/mock-call-history.d.ts +0 -111
- package/node_modules/undici-types/round-robin-pool.d.ts +0 -39
- package/node_modules/undici-types/snapshot-agent.d.ts +0 -113
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +0 -25
- package/node_modules/undici-types/utility.d.ts +0 -7
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
// See scripts/generate-inspector/README.md for information on how to update the protocol definitions.
|
|
4
4
|
// Changes to the module itself should be added to the generator template (scripts/generate-inspector/inspector.d.ts.template).
|
|
5
5
|
|
|
6
|
-
declare module "
|
|
6
|
+
declare module "inspector" {
|
|
7
7
|
interface InspectorNotification<T> {
|
|
8
8
|
method: string;
|
|
9
9
|
params: T;
|
|
10
10
|
}
|
|
11
|
+
|
|
11
12
|
namespace Schema {
|
|
12
13
|
/**
|
|
13
14
|
* Description of the protocol domain.
|
|
@@ -1620,38 +1621,79 @@ declare module "node:inspector" {
|
|
|
1620
1621
|
statsUpdate: number[];
|
|
1621
1622
|
}
|
|
1622
1623
|
}
|
|
1623
|
-
namespace
|
|
1624
|
-
|
|
1625
|
-
interface ReadParameterType {
|
|
1624
|
+
namespace NodeTracing {
|
|
1625
|
+
interface TraceConfig {
|
|
1626
1626
|
/**
|
|
1627
|
-
*
|
|
1627
|
+
* Controls how the trace buffer stores data.
|
|
1628
1628
|
*/
|
|
1629
|
-
|
|
1629
|
+
recordMode?: string | undefined;
|
|
1630
1630
|
/**
|
|
1631
|
-
*
|
|
1632
|
-
* following the last read). Some types of streams may only support sequential reads.
|
|
1631
|
+
* Included category filters.
|
|
1633
1632
|
*/
|
|
1634
|
-
|
|
1633
|
+
includedCategories: string[];
|
|
1634
|
+
}
|
|
1635
|
+
interface StartParameterType {
|
|
1636
|
+
traceConfig: TraceConfig;
|
|
1637
|
+
}
|
|
1638
|
+
interface GetCategoriesReturnType {
|
|
1635
1639
|
/**
|
|
1636
|
-
*
|
|
1640
|
+
* A list of supported tracing categories.
|
|
1637
1641
|
*/
|
|
1638
|
-
|
|
1642
|
+
categories: string[];
|
|
1639
1643
|
}
|
|
1640
|
-
interface
|
|
1644
|
+
interface DataCollectedEventDataType {
|
|
1645
|
+
value: object[];
|
|
1646
|
+
}
|
|
1647
|
+
}
|
|
1648
|
+
namespace NodeWorker {
|
|
1649
|
+
type WorkerID = string;
|
|
1650
|
+
/**
|
|
1651
|
+
* Unique identifier of attached debugging session.
|
|
1652
|
+
*/
|
|
1653
|
+
type SessionID = string;
|
|
1654
|
+
interface WorkerInfo {
|
|
1655
|
+
workerId: WorkerID;
|
|
1656
|
+
type: string;
|
|
1657
|
+
title: string;
|
|
1658
|
+
url: string;
|
|
1659
|
+
}
|
|
1660
|
+
interface SendMessageToWorkerParameterType {
|
|
1661
|
+
message: string;
|
|
1641
1662
|
/**
|
|
1642
|
-
*
|
|
1663
|
+
* Identifier of the session.
|
|
1643
1664
|
*/
|
|
1644
|
-
|
|
1665
|
+
sessionId: SessionID;
|
|
1645
1666
|
}
|
|
1646
|
-
interface
|
|
1667
|
+
interface EnableParameterType {
|
|
1647
1668
|
/**
|
|
1648
|
-
*
|
|
1669
|
+
* Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger`
|
|
1670
|
+
* message to run them.
|
|
1649
1671
|
*/
|
|
1650
|
-
|
|
1672
|
+
waitForDebuggerOnStart: boolean;
|
|
1673
|
+
}
|
|
1674
|
+
interface DetachParameterType {
|
|
1675
|
+
sessionId: SessionID;
|
|
1676
|
+
}
|
|
1677
|
+
interface AttachedToWorkerEventDataType {
|
|
1651
1678
|
/**
|
|
1652
|
-
*
|
|
1679
|
+
* Identifier assigned to the session used to send/receive messages.
|
|
1653
1680
|
*/
|
|
1654
|
-
|
|
1681
|
+
sessionId: SessionID;
|
|
1682
|
+
workerInfo: WorkerInfo;
|
|
1683
|
+
waitingForDebugger: boolean;
|
|
1684
|
+
}
|
|
1685
|
+
interface DetachedFromWorkerEventDataType {
|
|
1686
|
+
/**
|
|
1687
|
+
* Detached session identifier.
|
|
1688
|
+
*/
|
|
1689
|
+
sessionId: SessionID;
|
|
1690
|
+
}
|
|
1691
|
+
interface ReceivedMessageFromWorkerEventDataType {
|
|
1692
|
+
/**
|
|
1693
|
+
* Identifier of a session which sends a message.
|
|
1694
|
+
*/
|
|
1695
|
+
sessionId: SessionID;
|
|
1696
|
+
message: string;
|
|
1655
1697
|
}
|
|
1656
1698
|
}
|
|
1657
1699
|
namespace Network {
|
|
@@ -1732,35 +1774,6 @@ declare module "node:inspector" {
|
|
|
1732
1774
|
success: boolean;
|
|
1733
1775
|
stream?: IO.StreamHandle | undefined;
|
|
1734
1776
|
}
|
|
1735
|
-
/**
|
|
1736
|
-
* WebSocket response data.
|
|
1737
|
-
*/
|
|
1738
|
-
interface WebSocketResponse {
|
|
1739
|
-
/**
|
|
1740
|
-
* HTTP response status code.
|
|
1741
|
-
*/
|
|
1742
|
-
status: number;
|
|
1743
|
-
/**
|
|
1744
|
-
* HTTP response status text.
|
|
1745
|
-
*/
|
|
1746
|
-
statusText: string;
|
|
1747
|
-
/**
|
|
1748
|
-
* HTTP response headers.
|
|
1749
|
-
*/
|
|
1750
|
-
headers: Headers;
|
|
1751
|
-
}
|
|
1752
|
-
interface EnableParameterType {
|
|
1753
|
-
/**
|
|
1754
|
-
* Buffer size in bytes to use when preserving network payloads (XHRs, etc).
|
|
1755
|
-
* @experimental
|
|
1756
|
-
*/
|
|
1757
|
-
maxTotalBufferSize?: number | undefined;
|
|
1758
|
-
/**
|
|
1759
|
-
* Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc).
|
|
1760
|
-
* @experimental
|
|
1761
|
-
*/
|
|
1762
|
-
maxResourceBufferSize?: number | undefined;
|
|
1763
|
-
}
|
|
1764
1777
|
interface GetRequestPostDataParameterType {
|
|
1765
1778
|
/**
|
|
1766
1779
|
* Identifier of the network request to get content for.
|
|
@@ -1901,125 +1914,12 @@ declare module "node:inspector" {
|
|
|
1901
1914
|
*/
|
|
1902
1915
|
data?: string | undefined;
|
|
1903
1916
|
}
|
|
1904
|
-
interface WebSocketCreatedEventDataType {
|
|
1905
|
-
/**
|
|
1906
|
-
* Request identifier.
|
|
1907
|
-
*/
|
|
1908
|
-
requestId: RequestId;
|
|
1909
|
-
/**
|
|
1910
|
-
* WebSocket request URL.
|
|
1911
|
-
*/
|
|
1912
|
-
url: string;
|
|
1913
|
-
/**
|
|
1914
|
-
* Request initiator.
|
|
1915
|
-
*/
|
|
1916
|
-
initiator: Initiator;
|
|
1917
|
-
}
|
|
1918
|
-
interface WebSocketClosedEventDataType {
|
|
1919
|
-
/**
|
|
1920
|
-
* Request identifier.
|
|
1921
|
-
*/
|
|
1922
|
-
requestId: RequestId;
|
|
1923
|
-
/**
|
|
1924
|
-
* Timestamp.
|
|
1925
|
-
*/
|
|
1926
|
-
timestamp: MonotonicTime;
|
|
1927
|
-
}
|
|
1928
|
-
interface WebSocketHandshakeResponseReceivedEventDataType {
|
|
1929
|
-
/**
|
|
1930
|
-
* Request identifier.
|
|
1931
|
-
*/
|
|
1932
|
-
requestId: RequestId;
|
|
1933
|
-
/**
|
|
1934
|
-
* Timestamp.
|
|
1935
|
-
*/
|
|
1936
|
-
timestamp: MonotonicTime;
|
|
1937
|
-
/**
|
|
1938
|
-
* WebSocket response data.
|
|
1939
|
-
*/
|
|
1940
|
-
response: WebSocketResponse;
|
|
1941
|
-
}
|
|
1942
1917
|
}
|
|
1943
1918
|
namespace NodeRuntime {
|
|
1944
1919
|
interface NotifyWhenWaitingForDisconnectParameterType {
|
|
1945
1920
|
enabled: boolean;
|
|
1946
1921
|
}
|
|
1947
1922
|
}
|
|
1948
|
-
namespace NodeTracing {
|
|
1949
|
-
interface TraceConfig {
|
|
1950
|
-
/**
|
|
1951
|
-
* Controls how the trace buffer stores data.
|
|
1952
|
-
*/
|
|
1953
|
-
recordMode?: string | undefined;
|
|
1954
|
-
/**
|
|
1955
|
-
* Included category filters.
|
|
1956
|
-
*/
|
|
1957
|
-
includedCategories: string[];
|
|
1958
|
-
}
|
|
1959
|
-
interface StartParameterType {
|
|
1960
|
-
traceConfig: TraceConfig;
|
|
1961
|
-
}
|
|
1962
|
-
interface GetCategoriesReturnType {
|
|
1963
|
-
/**
|
|
1964
|
-
* A list of supported tracing categories.
|
|
1965
|
-
*/
|
|
1966
|
-
categories: string[];
|
|
1967
|
-
}
|
|
1968
|
-
interface DataCollectedEventDataType {
|
|
1969
|
-
value: object[];
|
|
1970
|
-
}
|
|
1971
|
-
}
|
|
1972
|
-
namespace NodeWorker {
|
|
1973
|
-
type WorkerID = string;
|
|
1974
|
-
/**
|
|
1975
|
-
* Unique identifier of attached debugging session.
|
|
1976
|
-
*/
|
|
1977
|
-
type SessionID = string;
|
|
1978
|
-
interface WorkerInfo {
|
|
1979
|
-
workerId: WorkerID;
|
|
1980
|
-
type: string;
|
|
1981
|
-
title: string;
|
|
1982
|
-
url: string;
|
|
1983
|
-
}
|
|
1984
|
-
interface SendMessageToWorkerParameterType {
|
|
1985
|
-
message: string;
|
|
1986
|
-
/**
|
|
1987
|
-
* Identifier of the session.
|
|
1988
|
-
*/
|
|
1989
|
-
sessionId: SessionID;
|
|
1990
|
-
}
|
|
1991
|
-
interface EnableParameterType {
|
|
1992
|
-
/**
|
|
1993
|
-
* Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger`
|
|
1994
|
-
* message to run them.
|
|
1995
|
-
*/
|
|
1996
|
-
waitForDebuggerOnStart: boolean;
|
|
1997
|
-
}
|
|
1998
|
-
interface DetachParameterType {
|
|
1999
|
-
sessionId: SessionID;
|
|
2000
|
-
}
|
|
2001
|
-
interface AttachedToWorkerEventDataType {
|
|
2002
|
-
/**
|
|
2003
|
-
* Identifier assigned to the session used to send/receive messages.
|
|
2004
|
-
*/
|
|
2005
|
-
sessionId: SessionID;
|
|
2006
|
-
workerInfo: WorkerInfo;
|
|
2007
|
-
waitingForDebugger: boolean;
|
|
2008
|
-
}
|
|
2009
|
-
interface DetachedFromWorkerEventDataType {
|
|
2010
|
-
/**
|
|
2011
|
-
* Detached session identifier.
|
|
2012
|
-
*/
|
|
2013
|
-
sessionId: SessionID;
|
|
2014
|
-
}
|
|
2015
|
-
interface ReceivedMessageFromWorkerEventDataType {
|
|
2016
|
-
/**
|
|
2017
|
-
* Identifier of a session which sends a message.
|
|
2018
|
-
*/
|
|
2019
|
-
sessionId: SessionID;
|
|
2020
|
-
message: string;
|
|
2021
|
-
}
|
|
2022
|
-
}
|
|
2023
1923
|
namespace Target {
|
|
2024
1924
|
type SessionID = string;
|
|
2025
1925
|
type TargetID = string;
|
|
@@ -2035,9 +1935,6 @@ declare module "node:inspector" {
|
|
|
2035
1935
|
autoAttach: boolean;
|
|
2036
1936
|
waitForDebuggerOnStart: boolean;
|
|
2037
1937
|
}
|
|
2038
|
-
interface GetTargetsReturnType {
|
|
2039
|
-
targetInfos: TargetInfo[];
|
|
2040
|
-
}
|
|
2041
1938
|
interface TargetCreatedEventDataType {
|
|
2042
1939
|
targetInfo: TargetInfo;
|
|
2043
1940
|
}
|
|
@@ -2047,75 +1944,41 @@ declare module "node:inspector" {
|
|
|
2047
1944
|
waitingForDebugger: boolean;
|
|
2048
1945
|
}
|
|
2049
1946
|
}
|
|
2050
|
-
namespace
|
|
2051
|
-
type
|
|
2052
|
-
|
|
2053
|
-
* DOM Storage identifier.
|
|
2054
|
-
*/
|
|
2055
|
-
interface StorageId {
|
|
1947
|
+
namespace IO {
|
|
1948
|
+
type StreamHandle = string;
|
|
1949
|
+
interface ReadParameterType {
|
|
2056
1950
|
/**
|
|
2057
|
-
*
|
|
1951
|
+
* Handle of the stream to read.
|
|
2058
1952
|
*/
|
|
2059
|
-
|
|
1953
|
+
handle: StreamHandle;
|
|
2060
1954
|
/**
|
|
2061
|
-
*
|
|
1955
|
+
* Seek to the specified offset before reading (if not specified, proceed with offset
|
|
1956
|
+
* following the last read). Some types of streams may only support sequential reads.
|
|
2062
1957
|
*/
|
|
2063
|
-
|
|
1958
|
+
offset?: number | undefined;
|
|
2064
1959
|
/**
|
|
2065
|
-
*
|
|
1960
|
+
* Maximum number of bytes to read (left upon the agent discretion if not specified).
|
|
2066
1961
|
*/
|
|
2067
|
-
|
|
2068
|
-
}
|
|
2069
|
-
/**
|
|
2070
|
-
* DOM Storage item.
|
|
2071
|
-
*/
|
|
2072
|
-
type Item = string[];
|
|
2073
|
-
interface ClearParameterType {
|
|
2074
|
-
storageId: StorageId;
|
|
2075
|
-
}
|
|
2076
|
-
interface GetDOMStorageItemsParameterType {
|
|
2077
|
-
storageId: StorageId;
|
|
2078
|
-
}
|
|
2079
|
-
interface RemoveDOMStorageItemParameterType {
|
|
2080
|
-
storageId: StorageId;
|
|
2081
|
-
key: string;
|
|
2082
|
-
}
|
|
2083
|
-
interface SetDOMStorageItemParameterType {
|
|
2084
|
-
storageId: StorageId;
|
|
2085
|
-
key: string;
|
|
2086
|
-
value: string;
|
|
2087
|
-
}
|
|
2088
|
-
interface GetDOMStorageItemsReturnType {
|
|
2089
|
-
entries: Item[];
|
|
2090
|
-
}
|
|
2091
|
-
interface DomStorageItemAddedEventDataType {
|
|
2092
|
-
storageId: StorageId;
|
|
2093
|
-
key: string;
|
|
2094
|
-
newValue: string;
|
|
2095
|
-
}
|
|
2096
|
-
interface DomStorageItemRemovedEventDataType {
|
|
2097
|
-
storageId: StorageId;
|
|
2098
|
-
key: string;
|
|
2099
|
-
}
|
|
2100
|
-
interface DomStorageItemUpdatedEventDataType {
|
|
2101
|
-
storageId: StorageId;
|
|
2102
|
-
key: string;
|
|
2103
|
-
oldValue: string;
|
|
2104
|
-
newValue: string;
|
|
2105
|
-
}
|
|
2106
|
-
interface DomStorageItemsClearedEventDataType {
|
|
2107
|
-
storageId: StorageId;
|
|
1962
|
+
size?: number | undefined;
|
|
2108
1963
|
}
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
1964
|
+
interface CloseParameterType {
|
|
1965
|
+
/**
|
|
1966
|
+
* Handle of the stream to close.
|
|
1967
|
+
*/
|
|
1968
|
+
handle: StreamHandle;
|
|
2114
1969
|
}
|
|
2115
|
-
interface
|
|
2116
|
-
|
|
1970
|
+
interface ReadReturnType {
|
|
1971
|
+
/**
|
|
1972
|
+
* Data that were read.
|
|
1973
|
+
*/
|
|
1974
|
+
data: string;
|
|
1975
|
+
/**
|
|
1976
|
+
* Set if the end-of-file condition occurred while reading.
|
|
1977
|
+
*/
|
|
1978
|
+
eof: boolean;
|
|
2117
1979
|
}
|
|
2118
1980
|
}
|
|
1981
|
+
|
|
2119
1982
|
interface Session {
|
|
2120
1983
|
/**
|
|
2121
1984
|
* Posts a message to the inspector back-end. `callback` will be notified when
|
|
@@ -2421,20 +2284,46 @@ declare module "node:inspector" {
|
|
|
2421
2284
|
post(method: "HeapProfiler.stopSampling", callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void;
|
|
2422
2285
|
post(method: "HeapProfiler.getSamplingProfile", callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void;
|
|
2423
2286
|
/**
|
|
2424
|
-
*
|
|
2287
|
+
* Gets supported tracing categories.
|
|
2425
2288
|
*/
|
|
2426
|
-
post(method: "
|
|
2427
|
-
post(method: "IO.read", callback?: (err: Error | null, params: IO.ReadReturnType) => void): void;
|
|
2428
|
-
post(method: "IO.close", params?: IO.CloseParameterType, callback?: (err: Error | null) => void): void;
|
|
2429
|
-
post(method: "IO.close", callback?: (err: Error | null) => void): void;
|
|
2289
|
+
post(method: "NodeTracing.getCategories", callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void;
|
|
2430
2290
|
/**
|
|
2431
|
-
*
|
|
2291
|
+
* Start trace events collection.
|
|
2432
2292
|
*/
|
|
2433
|
-
post(method: "
|
|
2434
|
-
|
|
2293
|
+
post(method: "NodeTracing.start", params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void;
|
|
2294
|
+
post(method: "NodeTracing.start", callback?: (err: Error | null) => void): void;
|
|
2295
|
+
/**
|
|
2296
|
+
* Stop trace events collection. Remaining collected events will be sent as a sequence of
|
|
2297
|
+
* dataCollected events followed by tracingComplete event.
|
|
2298
|
+
*/
|
|
2299
|
+
post(method: "NodeTracing.stop", callback?: (err: Error | null) => void): void;
|
|
2300
|
+
/**
|
|
2301
|
+
* Sends protocol message over session with given id.
|
|
2302
|
+
*/
|
|
2303
|
+
post(method: "NodeWorker.sendMessageToWorker", params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void;
|
|
2304
|
+
post(method: "NodeWorker.sendMessageToWorker", callback?: (err: Error | null) => void): void;
|
|
2305
|
+
/**
|
|
2306
|
+
* Instructs the inspector to attach to running workers. Will also attach to new workers
|
|
2307
|
+
* as they start
|
|
2308
|
+
*/
|
|
2309
|
+
post(method: "NodeWorker.enable", params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void;
|
|
2310
|
+
post(method: "NodeWorker.enable", callback?: (err: Error | null) => void): void;
|
|
2311
|
+
/**
|
|
2312
|
+
* Detaches from all running workers and disables attaching to new workers as they are started.
|
|
2313
|
+
*/
|
|
2314
|
+
post(method: "NodeWorker.disable", callback?: (err: Error | null) => void): void;
|
|
2315
|
+
/**
|
|
2316
|
+
* Detached from the worker with given sessionId.
|
|
2317
|
+
*/
|
|
2318
|
+
post(method: "NodeWorker.detach", params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void;
|
|
2319
|
+
post(method: "NodeWorker.detach", callback?: (err: Error | null) => void): void;
|
|
2320
|
+
/**
|
|
2321
|
+
* Disables network tracking, prevents network events from being sent to the client.
|
|
2322
|
+
*/
|
|
2323
|
+
post(method: "Network.disable", callback?: (err: Error | null) => void): void;
|
|
2324
|
+
/**
|
|
2435
2325
|
* Enables network tracking, network events will now be delivered to the client.
|
|
2436
2326
|
*/
|
|
2437
|
-
post(method: "Network.enable", params?: Network.EnableParameterType, callback?: (err: Error | null) => void): void;
|
|
2438
2327
|
post(method: "Network.enable", callback?: (err: Error | null) => void): void;
|
|
2439
2328
|
/**
|
|
2440
2329
|
* Returns post data sent with the request. Returns an error when no data was sent with the request.
|
|
@@ -2475,68 +2364,16 @@ declare module "node:inspector" {
|
|
|
2475
2364
|
*/
|
|
2476
2365
|
post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void;
|
|
2477
2366
|
post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", callback?: (err: Error | null) => void): void;
|
|
2478
|
-
/**
|
|
2479
|
-
* Gets supported tracing categories.
|
|
2480
|
-
*/
|
|
2481
|
-
post(method: "NodeTracing.getCategories", callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void;
|
|
2482
|
-
/**
|
|
2483
|
-
* Start trace events collection.
|
|
2484
|
-
*/
|
|
2485
|
-
post(method: "NodeTracing.start", params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void;
|
|
2486
|
-
post(method: "NodeTracing.start", callback?: (err: Error | null) => void): void;
|
|
2487
|
-
/**
|
|
2488
|
-
* Stop trace events collection. Remaining collected events will be sent as a sequence of
|
|
2489
|
-
* dataCollected events followed by tracingComplete event.
|
|
2490
|
-
*/
|
|
2491
|
-
post(method: "NodeTracing.stop", callback?: (err: Error | null) => void): void;
|
|
2492
|
-
/**
|
|
2493
|
-
* Sends protocol message over session with given id.
|
|
2494
|
-
*/
|
|
2495
|
-
post(method: "NodeWorker.sendMessageToWorker", params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void;
|
|
2496
|
-
post(method: "NodeWorker.sendMessageToWorker", callback?: (err: Error | null) => void): void;
|
|
2497
|
-
/**
|
|
2498
|
-
* Instructs the inspector to attach to running workers. Will also attach to new workers
|
|
2499
|
-
* as they start
|
|
2500
|
-
*/
|
|
2501
|
-
post(method: "NodeWorker.enable", params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void;
|
|
2502
|
-
post(method: "NodeWorker.enable", callback?: (err: Error | null) => void): void;
|
|
2503
|
-
/**
|
|
2504
|
-
* Detaches from all running workers and disables attaching to new workers as they are started.
|
|
2505
|
-
*/
|
|
2506
|
-
post(method: "NodeWorker.disable", callback?: (err: Error | null) => void): void;
|
|
2507
|
-
/**
|
|
2508
|
-
* Detached from the worker with given sessionId.
|
|
2509
|
-
*/
|
|
2510
|
-
post(method: "NodeWorker.detach", params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void;
|
|
2511
|
-
post(method: "NodeWorker.detach", callback?: (err: Error | null) => void): void;
|
|
2512
|
-
post(method: "Target.getTargets", callback?: (err: Error | null, params: Target.GetTargetsReturnType) => void): void;
|
|
2513
2367
|
post(method: "Target.setAutoAttach", params?: Target.SetAutoAttachParameterType, callback?: (err: Error | null) => void): void;
|
|
2514
2368
|
post(method: "Target.setAutoAttach", callback?: (err: Error | null) => void): void;
|
|
2515
|
-
post(method: "DOMStorage.clear", params?: DOMStorage.ClearParameterType, callback?: (err: Error | null) => void): void;
|
|
2516
|
-
post(method: "DOMStorage.clear", callback?: (err: Error | null) => void): void;
|
|
2517
|
-
/**
|
|
2518
|
-
* Disables storage tracking, prevents storage events from being sent to the client.
|
|
2519
|
-
*/
|
|
2520
|
-
post(method: "DOMStorage.disable", callback?: (err: Error | null) => void): void;
|
|
2521
|
-
/**
|
|
2522
|
-
* Enables storage tracking, storage events will now be delivered to the client.
|
|
2523
|
-
*/
|
|
2524
|
-
post(method: "DOMStorage.enable", callback?: (err: Error | null) => void): void;
|
|
2525
|
-
post(
|
|
2526
|
-
method: "DOMStorage.getDOMStorageItems",
|
|
2527
|
-
params?: DOMStorage.GetDOMStorageItemsParameterType,
|
|
2528
|
-
callback?: (err: Error | null, params: DOMStorage.GetDOMStorageItemsReturnType) => void
|
|
2529
|
-
): void;
|
|
2530
|
-
post(method: "DOMStorage.getDOMStorageItems", callback?: (err: Error | null, params: DOMStorage.GetDOMStorageItemsReturnType) => void): void;
|
|
2531
|
-
post(method: "DOMStorage.removeDOMStorageItem", params?: DOMStorage.RemoveDOMStorageItemParameterType, callback?: (err: Error | null) => void): void;
|
|
2532
|
-
post(method: "DOMStorage.removeDOMStorageItem", callback?: (err: Error | null) => void): void;
|
|
2533
|
-
post(method: "DOMStorage.setDOMStorageItem", params?: DOMStorage.SetDOMStorageItemParameterType, callback?: (err: Error | null) => void): void;
|
|
2534
|
-
post(method: "DOMStorage.setDOMStorageItem", callback?: (err: Error | null) => void): void;
|
|
2535
2369
|
/**
|
|
2536
|
-
*
|
|
2370
|
+
* Read a chunk of the stream
|
|
2537
2371
|
*/
|
|
2538
|
-
post(method: "
|
|
2539
|
-
post(method: "
|
|
2372
|
+
post(method: "IO.read", params?: IO.ReadParameterType, callback?: (err: Error | null, params: IO.ReadReturnType) => void): void;
|
|
2373
|
+
post(method: "IO.read", callback?: (err: Error | null, params: IO.ReadReturnType) => void): void;
|
|
2374
|
+
post(method: "IO.close", params?: IO.CloseParameterType, callback?: (err: Error | null) => void): void;
|
|
2375
|
+
post(method: "IO.close", callback?: (err: Error | null) => void): void;
|
|
2376
|
+
|
|
2540
2377
|
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
2541
2378
|
/**
|
|
2542
2379
|
* Emitted when any notification from the V8 Inspector is received.
|
|
@@ -2610,6 +2447,28 @@ declare module "node:inspector" {
|
|
|
2610
2447
|
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2611
2448
|
*/
|
|
2612
2449
|
addListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2450
|
+
/**
|
|
2451
|
+
* Contains an bucket of collected trace events.
|
|
2452
|
+
*/
|
|
2453
|
+
addListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2454
|
+
/**
|
|
2455
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2456
|
+
* delivered via dataCollected events.
|
|
2457
|
+
*/
|
|
2458
|
+
addListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
2459
|
+
/**
|
|
2460
|
+
* Issued when attached to a worker.
|
|
2461
|
+
*/
|
|
2462
|
+
addListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2463
|
+
/**
|
|
2464
|
+
* Issued when detached from the worker.
|
|
2465
|
+
*/
|
|
2466
|
+
addListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2467
|
+
/**
|
|
2468
|
+
* Notifies about a new protocol message received from the session
|
|
2469
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2470
|
+
*/
|
|
2471
|
+
addListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2613
2472
|
/**
|
|
2614
2473
|
* Fired when page is about to send HTTP request.
|
|
2615
2474
|
*/
|
|
@@ -2624,18 +2483,6 @@ declare module "node:inspector" {
|
|
|
2624
2483
|
* Fired when data chunk was received over the network.
|
|
2625
2484
|
*/
|
|
2626
2485
|
addListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
2627
|
-
/**
|
|
2628
|
-
* Fired upon WebSocket creation.
|
|
2629
|
-
*/
|
|
2630
|
-
addListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
2631
|
-
/**
|
|
2632
|
-
* Fired when WebSocket is closed.
|
|
2633
|
-
*/
|
|
2634
|
-
addListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
2635
|
-
/**
|
|
2636
|
-
* Fired when WebSocket handshake response becomes available.
|
|
2637
|
-
*/
|
|
2638
|
-
addListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
2639
2486
|
/**
|
|
2640
2487
|
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2641
2488
|
* enabled.
|
|
@@ -2648,34 +2495,8 @@ declare module "node:inspector" {
|
|
|
2648
2495
|
* example, when inspector.waitingForDebugger is called
|
|
2649
2496
|
*/
|
|
2650
2497
|
addListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
2651
|
-
/**
|
|
2652
|
-
* Contains an bucket of collected trace events.
|
|
2653
|
-
*/
|
|
2654
|
-
addListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2655
|
-
/**
|
|
2656
|
-
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2657
|
-
* delivered via dataCollected events.
|
|
2658
|
-
*/
|
|
2659
|
-
addListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
2660
|
-
/**
|
|
2661
|
-
* Issued when attached to a worker.
|
|
2662
|
-
*/
|
|
2663
|
-
addListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2664
|
-
/**
|
|
2665
|
-
* Issued when detached from the worker.
|
|
2666
|
-
*/
|
|
2667
|
-
addListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2668
|
-
/**
|
|
2669
|
-
* Notifies about a new protocol message received from the session
|
|
2670
|
-
* (session ID is provided in attachedToWorker notification).
|
|
2671
|
-
*/
|
|
2672
|
-
addListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2673
2498
|
addListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
2674
2499
|
addListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
2675
|
-
addListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
2676
|
-
addListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
2677
|
-
addListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
2678
|
-
addListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
2679
2500
|
emit(event: string | symbol, ...args: any[]): boolean;
|
|
2680
2501
|
emit(event: "inspectorNotification", message: InspectorNotification<object>): boolean;
|
|
2681
2502
|
emit(event: "Runtime.executionContextCreated", message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>): boolean;
|
|
@@ -2698,27 +2519,20 @@ declare module "node:inspector" {
|
|
|
2698
2519
|
emit(event: "HeapProfiler.reportHeapSnapshotProgress", message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>): boolean;
|
|
2699
2520
|
emit(event: "HeapProfiler.lastSeenObjectId", message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>): boolean;
|
|
2700
2521
|
emit(event: "HeapProfiler.heapStatsUpdate", message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>): boolean;
|
|
2522
|
+
emit(event: "NodeTracing.dataCollected", message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean;
|
|
2523
|
+
emit(event: "NodeTracing.tracingComplete"): boolean;
|
|
2524
|
+
emit(event: "NodeWorker.attachedToWorker", message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean;
|
|
2525
|
+
emit(event: "NodeWorker.detachedFromWorker", message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean;
|
|
2526
|
+
emit(event: "NodeWorker.receivedMessageFromWorker", message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean;
|
|
2701
2527
|
emit(event: "Network.requestWillBeSent", message: InspectorNotification<Network.RequestWillBeSentEventDataType>): boolean;
|
|
2702
2528
|
emit(event: "Network.responseReceived", message: InspectorNotification<Network.ResponseReceivedEventDataType>): boolean;
|
|
2703
2529
|
emit(event: "Network.loadingFailed", message: InspectorNotification<Network.LoadingFailedEventDataType>): boolean;
|
|
2704
2530
|
emit(event: "Network.loadingFinished", message: InspectorNotification<Network.LoadingFinishedEventDataType>): boolean;
|
|
2705
2531
|
emit(event: "Network.dataReceived", message: InspectorNotification<Network.DataReceivedEventDataType>): boolean;
|
|
2706
|
-
emit(event: "Network.webSocketCreated", message: InspectorNotification<Network.WebSocketCreatedEventDataType>): boolean;
|
|
2707
|
-
emit(event: "Network.webSocketClosed", message: InspectorNotification<Network.WebSocketClosedEventDataType>): boolean;
|
|
2708
|
-
emit(event: "Network.webSocketHandshakeResponseReceived", message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>): boolean;
|
|
2709
2532
|
emit(event: "NodeRuntime.waitingForDisconnect"): boolean;
|
|
2710
2533
|
emit(event: "NodeRuntime.waitingForDebugger"): boolean;
|
|
2711
|
-
emit(event: "NodeTracing.dataCollected", message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean;
|
|
2712
|
-
emit(event: "NodeTracing.tracingComplete"): boolean;
|
|
2713
|
-
emit(event: "NodeWorker.attachedToWorker", message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean;
|
|
2714
|
-
emit(event: "NodeWorker.detachedFromWorker", message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean;
|
|
2715
|
-
emit(event: "NodeWorker.receivedMessageFromWorker", message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean;
|
|
2716
2534
|
emit(event: "Target.targetCreated", message: InspectorNotification<Target.TargetCreatedEventDataType>): boolean;
|
|
2717
2535
|
emit(event: "Target.attachedToTarget", message: InspectorNotification<Target.AttachedToTargetEventDataType>): boolean;
|
|
2718
|
-
emit(event: "DOMStorage.domStorageItemAdded", message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>): boolean;
|
|
2719
|
-
emit(event: "DOMStorage.domStorageItemRemoved", message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>): boolean;
|
|
2720
|
-
emit(event: "DOMStorage.domStorageItemUpdated", message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>): boolean;
|
|
2721
|
-
emit(event: "DOMStorage.domStorageItemsCleared", message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>): boolean;
|
|
2722
2536
|
on(event: string, listener: (...args: any[]) => void): this;
|
|
2723
2537
|
/**
|
|
2724
2538
|
* Emitted when any notification from the V8 Inspector is received.
|
|
@@ -2792,6 +2606,28 @@ declare module "node:inspector" {
|
|
|
2792
2606
|
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2793
2607
|
*/
|
|
2794
2608
|
on(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2609
|
+
/**
|
|
2610
|
+
* Contains an bucket of collected trace events.
|
|
2611
|
+
*/
|
|
2612
|
+
on(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2613
|
+
/**
|
|
2614
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2615
|
+
* delivered via dataCollected events.
|
|
2616
|
+
*/
|
|
2617
|
+
on(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
2618
|
+
/**
|
|
2619
|
+
* Issued when attached to a worker.
|
|
2620
|
+
*/
|
|
2621
|
+
on(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2622
|
+
/**
|
|
2623
|
+
* Issued when detached from the worker.
|
|
2624
|
+
*/
|
|
2625
|
+
on(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2626
|
+
/**
|
|
2627
|
+
* Notifies about a new protocol message received from the session
|
|
2628
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2629
|
+
*/
|
|
2630
|
+
on(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2795
2631
|
/**
|
|
2796
2632
|
* Fired when page is about to send HTTP request.
|
|
2797
2633
|
*/
|
|
@@ -2806,18 +2642,6 @@ declare module "node:inspector" {
|
|
|
2806
2642
|
* Fired when data chunk was received over the network.
|
|
2807
2643
|
*/
|
|
2808
2644
|
on(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
2809
|
-
/**
|
|
2810
|
-
* Fired upon WebSocket creation.
|
|
2811
|
-
*/
|
|
2812
|
-
on(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
2813
|
-
/**
|
|
2814
|
-
* Fired when WebSocket is closed.
|
|
2815
|
-
*/
|
|
2816
|
-
on(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
2817
|
-
/**
|
|
2818
|
-
* Fired when WebSocket handshake response becomes available.
|
|
2819
|
-
*/
|
|
2820
|
-
on(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
2821
2645
|
/**
|
|
2822
2646
|
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2823
2647
|
* enabled.
|
|
@@ -2830,34 +2654,8 @@ declare module "node:inspector" {
|
|
|
2830
2654
|
* example, when inspector.waitingForDebugger is called
|
|
2831
2655
|
*/
|
|
2832
2656
|
on(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
2833
|
-
/**
|
|
2834
|
-
* Contains an bucket of collected trace events.
|
|
2835
|
-
*/
|
|
2836
|
-
on(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2837
|
-
/**
|
|
2838
|
-
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2839
|
-
* delivered via dataCollected events.
|
|
2840
|
-
*/
|
|
2841
|
-
on(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
2842
|
-
/**
|
|
2843
|
-
* Issued when attached to a worker.
|
|
2844
|
-
*/
|
|
2845
|
-
on(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2846
|
-
/**
|
|
2847
|
-
* Issued when detached from the worker.
|
|
2848
|
-
*/
|
|
2849
|
-
on(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2850
|
-
/**
|
|
2851
|
-
* Notifies about a new protocol message received from the session
|
|
2852
|
-
* (session ID is provided in attachedToWorker notification).
|
|
2853
|
-
*/
|
|
2854
|
-
on(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2855
2657
|
on(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
2856
2658
|
on(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
2857
|
-
on(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
2858
|
-
on(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
2859
|
-
on(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
2860
|
-
on(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
2861
2659
|
once(event: string, listener: (...args: any[]) => void): this;
|
|
2862
2660
|
/**
|
|
2863
2661
|
* Emitted when any notification from the V8 Inspector is received.
|
|
@@ -2931,6 +2729,28 @@ declare module "node:inspector" {
|
|
|
2931
2729
|
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2932
2730
|
*/
|
|
2933
2731
|
once(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2732
|
+
/**
|
|
2733
|
+
* Contains an bucket of collected trace events.
|
|
2734
|
+
*/
|
|
2735
|
+
once(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2736
|
+
/**
|
|
2737
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2738
|
+
* delivered via dataCollected events.
|
|
2739
|
+
*/
|
|
2740
|
+
once(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
2741
|
+
/**
|
|
2742
|
+
* Issued when attached to a worker.
|
|
2743
|
+
*/
|
|
2744
|
+
once(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2745
|
+
/**
|
|
2746
|
+
* Issued when detached from the worker.
|
|
2747
|
+
*/
|
|
2748
|
+
once(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2749
|
+
/**
|
|
2750
|
+
* Notifies about a new protocol message received from the session
|
|
2751
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2752
|
+
*/
|
|
2753
|
+
once(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2934
2754
|
/**
|
|
2935
2755
|
* Fired when page is about to send HTTP request.
|
|
2936
2756
|
*/
|
|
@@ -2945,18 +2765,6 @@ declare module "node:inspector" {
|
|
|
2945
2765
|
* Fired when data chunk was received over the network.
|
|
2946
2766
|
*/
|
|
2947
2767
|
once(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
2948
|
-
/**
|
|
2949
|
-
* Fired upon WebSocket creation.
|
|
2950
|
-
*/
|
|
2951
|
-
once(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
2952
|
-
/**
|
|
2953
|
-
* Fired when WebSocket is closed.
|
|
2954
|
-
*/
|
|
2955
|
-
once(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
2956
|
-
/**
|
|
2957
|
-
* Fired when WebSocket handshake response becomes available.
|
|
2958
|
-
*/
|
|
2959
|
-
once(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
2960
2768
|
/**
|
|
2961
2769
|
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2962
2770
|
* enabled.
|
|
@@ -2969,34 +2777,8 @@ declare module "node:inspector" {
|
|
|
2969
2777
|
* example, when inspector.waitingForDebugger is called
|
|
2970
2778
|
*/
|
|
2971
2779
|
once(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
2972
|
-
/**
|
|
2973
|
-
* Contains an bucket of collected trace events.
|
|
2974
|
-
*/
|
|
2975
|
-
once(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2976
|
-
/**
|
|
2977
|
-
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2978
|
-
* delivered via dataCollected events.
|
|
2979
|
-
*/
|
|
2980
|
-
once(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
2981
|
-
/**
|
|
2982
|
-
* Issued when attached to a worker.
|
|
2983
|
-
*/
|
|
2984
|
-
once(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2985
|
-
/**
|
|
2986
|
-
* Issued when detached from the worker.
|
|
2987
|
-
*/
|
|
2988
|
-
once(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2989
|
-
/**
|
|
2990
|
-
* Notifies about a new protocol message received from the session
|
|
2991
|
-
* (session ID is provided in attachedToWorker notification).
|
|
2992
|
-
*/
|
|
2993
|
-
once(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2994
2780
|
once(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
2995
2781
|
once(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
2996
|
-
once(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
2997
|
-
once(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
2998
|
-
once(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
2999
|
-
once(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
3000
2782
|
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
3001
2783
|
/**
|
|
3002
2784
|
* Emitted when any notification from the V8 Inspector is received.
|
|
@@ -3070,6 +2852,28 @@ declare module "node:inspector" {
|
|
|
3070
2852
|
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
3071
2853
|
*/
|
|
3072
2854
|
prependListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2855
|
+
/**
|
|
2856
|
+
* Contains an bucket of collected trace events.
|
|
2857
|
+
*/
|
|
2858
|
+
prependListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2859
|
+
/**
|
|
2860
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2861
|
+
* delivered via dataCollected events.
|
|
2862
|
+
*/
|
|
2863
|
+
prependListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
2864
|
+
/**
|
|
2865
|
+
* Issued when attached to a worker.
|
|
2866
|
+
*/
|
|
2867
|
+
prependListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2868
|
+
/**
|
|
2869
|
+
* Issued when detached from the worker.
|
|
2870
|
+
*/
|
|
2871
|
+
prependListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2872
|
+
/**
|
|
2873
|
+
* Notifies about a new protocol message received from the session
|
|
2874
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2875
|
+
*/
|
|
2876
|
+
prependListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3073
2877
|
/**
|
|
3074
2878
|
* Fired when page is about to send HTTP request.
|
|
3075
2879
|
*/
|
|
@@ -3084,18 +2888,6 @@ declare module "node:inspector" {
|
|
|
3084
2888
|
* Fired when data chunk was received over the network.
|
|
3085
2889
|
*/
|
|
3086
2890
|
prependListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
3087
|
-
/**
|
|
3088
|
-
* Fired upon WebSocket creation.
|
|
3089
|
-
*/
|
|
3090
|
-
prependListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
3091
|
-
/**
|
|
3092
|
-
* Fired when WebSocket is closed.
|
|
3093
|
-
*/
|
|
3094
|
-
prependListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
3095
|
-
/**
|
|
3096
|
-
* Fired when WebSocket handshake response becomes available.
|
|
3097
|
-
*/
|
|
3098
|
-
prependListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
3099
2891
|
/**
|
|
3100
2892
|
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
3101
2893
|
* enabled.
|
|
@@ -3108,34 +2900,8 @@ declare module "node:inspector" {
|
|
|
3108
2900
|
* example, when inspector.waitingForDebugger is called
|
|
3109
2901
|
*/
|
|
3110
2902
|
prependListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
3111
|
-
/**
|
|
3112
|
-
* Contains an bucket of collected trace events.
|
|
3113
|
-
*/
|
|
3114
|
-
prependListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3115
|
-
/**
|
|
3116
|
-
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3117
|
-
* delivered via dataCollected events.
|
|
3118
|
-
*/
|
|
3119
|
-
prependListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
3120
|
-
/**
|
|
3121
|
-
* Issued when attached to a worker.
|
|
3122
|
-
*/
|
|
3123
|
-
prependListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3124
|
-
/**
|
|
3125
|
-
* Issued when detached from the worker.
|
|
3126
|
-
*/
|
|
3127
|
-
prependListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3128
|
-
/**
|
|
3129
|
-
* Notifies about a new protocol message received from the session
|
|
3130
|
-
* (session ID is provided in attachedToWorker notification).
|
|
3131
|
-
*/
|
|
3132
|
-
prependListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3133
2903
|
prependListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
3134
2904
|
prependListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
3135
|
-
prependListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
3136
|
-
prependListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
3137
|
-
prependListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
3138
|
-
prependListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
3139
2905
|
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
3140
2906
|
/**
|
|
3141
2907
|
* Emitted when any notification from the V8 Inspector is received.
|
|
@@ -3209,6 +2975,28 @@ declare module "node:inspector" {
|
|
|
3209
2975
|
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
3210
2976
|
*/
|
|
3211
2977
|
prependOnceListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2978
|
+
/**
|
|
2979
|
+
* Contains an bucket of collected trace events.
|
|
2980
|
+
*/
|
|
2981
|
+
prependOnceListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2982
|
+
/**
|
|
2983
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2984
|
+
* delivered via dataCollected events.
|
|
2985
|
+
*/
|
|
2986
|
+
prependOnceListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
2987
|
+
/**
|
|
2988
|
+
* Issued when attached to a worker.
|
|
2989
|
+
*/
|
|
2990
|
+
prependOnceListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2991
|
+
/**
|
|
2992
|
+
* Issued when detached from the worker.
|
|
2993
|
+
*/
|
|
2994
|
+
prependOnceListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2995
|
+
/**
|
|
2996
|
+
* Notifies about a new protocol message received from the session
|
|
2997
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2998
|
+
*/
|
|
2999
|
+
prependOnceListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3212
3000
|
/**
|
|
3213
3001
|
* Fired when page is about to send HTTP request.
|
|
3214
3002
|
*/
|
|
@@ -3223,18 +3011,6 @@ declare module "node:inspector" {
|
|
|
3223
3011
|
* Fired when data chunk was received over the network.
|
|
3224
3012
|
*/
|
|
3225
3013
|
prependOnceListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
3226
|
-
/**
|
|
3227
|
-
* Fired upon WebSocket creation.
|
|
3228
|
-
*/
|
|
3229
|
-
prependOnceListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
3230
|
-
/**
|
|
3231
|
-
* Fired when WebSocket is closed.
|
|
3232
|
-
*/
|
|
3233
|
-
prependOnceListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
3234
|
-
/**
|
|
3235
|
-
* Fired when WebSocket handshake response becomes available.
|
|
3236
|
-
*/
|
|
3237
|
-
prependOnceListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
3238
3014
|
/**
|
|
3239
3015
|
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
3240
3016
|
* enabled.
|
|
@@ -3247,37 +3023,12 @@ declare module "node:inspector" {
|
|
|
3247
3023
|
* example, when inspector.waitingForDebugger is called
|
|
3248
3024
|
*/
|
|
3249
3025
|
prependOnceListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
3250
|
-
/**
|
|
3251
|
-
* Contains an bucket of collected trace events.
|
|
3252
|
-
*/
|
|
3253
|
-
prependOnceListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3254
|
-
/**
|
|
3255
|
-
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3256
|
-
* delivered via dataCollected events.
|
|
3257
|
-
*/
|
|
3258
|
-
prependOnceListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
3259
|
-
/**
|
|
3260
|
-
* Issued when attached to a worker.
|
|
3261
|
-
*/
|
|
3262
|
-
prependOnceListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3263
|
-
/**
|
|
3264
|
-
* Issued when detached from the worker.
|
|
3265
|
-
*/
|
|
3266
|
-
prependOnceListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3267
|
-
/**
|
|
3268
|
-
* Notifies about a new protocol message received from the session
|
|
3269
|
-
* (session ID is provided in attachedToWorker notification).
|
|
3270
|
-
*/
|
|
3271
|
-
prependOnceListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3272
3026
|
prependOnceListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
3273
3027
|
prependOnceListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
3274
|
-
prependOnceListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
3275
|
-
prependOnceListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
3276
|
-
prependOnceListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
3277
|
-
prependOnceListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
3278
3028
|
}
|
|
3279
3029
|
}
|
|
3280
|
-
|
|
3030
|
+
|
|
3031
|
+
declare module "inspector/promises" {
|
|
3281
3032
|
export {
|
|
3282
3033
|
Schema,
|
|
3283
3034
|
Runtime,
|
|
@@ -3285,17 +3036,16 @@ declare module "node:inspector/promises" {
|
|
|
3285
3036
|
Console,
|
|
3286
3037
|
Profiler,
|
|
3287
3038
|
HeapProfiler,
|
|
3288
|
-
IO,
|
|
3289
|
-
Network,
|
|
3290
|
-
NodeRuntime,
|
|
3291
3039
|
NodeTracing,
|
|
3292
3040
|
NodeWorker,
|
|
3041
|
+
Network,
|
|
3042
|
+
NodeRuntime,
|
|
3293
3043
|
Target,
|
|
3294
|
-
|
|
3295
|
-
Storage,
|
|
3044
|
+
IO,
|
|
3296
3045
|
} from 'inspector';
|
|
3297
3046
|
}
|
|
3298
|
-
|
|
3047
|
+
|
|
3048
|
+
declare module "inspector/promises" {
|
|
3299
3049
|
import {
|
|
3300
3050
|
InspectorNotification,
|
|
3301
3051
|
Schema,
|
|
@@ -3304,15 +3054,14 @@ declare module "node:inspector/promises" {
|
|
|
3304
3054
|
Console,
|
|
3305
3055
|
Profiler,
|
|
3306
3056
|
HeapProfiler,
|
|
3307
|
-
IO,
|
|
3308
|
-
Network,
|
|
3309
|
-
NodeRuntime,
|
|
3310
3057
|
NodeTracing,
|
|
3311
3058
|
NodeWorker,
|
|
3059
|
+
Network,
|
|
3060
|
+
NodeRuntime,
|
|
3312
3061
|
Target,
|
|
3313
|
-
|
|
3314
|
-
Storage,
|
|
3062
|
+
IO,
|
|
3315
3063
|
} from "inspector";
|
|
3064
|
+
|
|
3316
3065
|
/**
|
|
3317
3066
|
* The `inspector.Session` is used for dispatching messages to the V8 inspector
|
|
3318
3067
|
* back-end and receiving message responses and notifications.
|
|
@@ -3574,10 +3323,35 @@ declare module "node:inspector/promises" {
|
|
|
3574
3323
|
post(method: "HeapProfiler.stopSampling"): Promise<HeapProfiler.StopSamplingReturnType>;
|
|
3575
3324
|
post(method: "HeapProfiler.getSamplingProfile"): Promise<HeapProfiler.GetSamplingProfileReturnType>;
|
|
3576
3325
|
/**
|
|
3577
|
-
*
|
|
3326
|
+
* Gets supported tracing categories.
|
|
3578
3327
|
*/
|
|
3579
|
-
post(method: "
|
|
3580
|
-
|
|
3328
|
+
post(method: "NodeTracing.getCategories"): Promise<NodeTracing.GetCategoriesReturnType>;
|
|
3329
|
+
/**
|
|
3330
|
+
* Start trace events collection.
|
|
3331
|
+
*/
|
|
3332
|
+
post(method: "NodeTracing.start", params?: NodeTracing.StartParameterType): Promise<void>;
|
|
3333
|
+
/**
|
|
3334
|
+
* Stop trace events collection. Remaining collected events will be sent as a sequence of
|
|
3335
|
+
* dataCollected events followed by tracingComplete event.
|
|
3336
|
+
*/
|
|
3337
|
+
post(method: "NodeTracing.stop"): Promise<void>;
|
|
3338
|
+
/**
|
|
3339
|
+
* Sends protocol message over session with given id.
|
|
3340
|
+
*/
|
|
3341
|
+
post(method: "NodeWorker.sendMessageToWorker", params?: NodeWorker.SendMessageToWorkerParameterType): Promise<void>;
|
|
3342
|
+
/**
|
|
3343
|
+
* Instructs the inspector to attach to running workers. Will also attach to new workers
|
|
3344
|
+
* as they start
|
|
3345
|
+
*/
|
|
3346
|
+
post(method: "NodeWorker.enable", params?: NodeWorker.EnableParameterType): Promise<void>;
|
|
3347
|
+
/**
|
|
3348
|
+
* Detaches from all running workers and disables attaching to new workers as they are started.
|
|
3349
|
+
*/
|
|
3350
|
+
post(method: "NodeWorker.disable"): Promise<void>;
|
|
3351
|
+
/**
|
|
3352
|
+
* Detached from the worker with given sessionId.
|
|
3353
|
+
*/
|
|
3354
|
+
post(method: "NodeWorker.detach", params?: NodeWorker.DetachParameterType): Promise<void>;
|
|
3581
3355
|
/**
|
|
3582
3356
|
* Disables network tracking, prevents network events from being sent to the client.
|
|
3583
3357
|
*/
|
|
@@ -3585,7 +3359,7 @@ declare module "node:inspector/promises" {
|
|
|
3585
3359
|
/**
|
|
3586
3360
|
* Enables network tracking, network events will now be delivered to the client.
|
|
3587
3361
|
*/
|
|
3588
|
-
post(method: "Network.enable"
|
|
3362
|
+
post(method: "Network.enable"): Promise<void>;
|
|
3589
3363
|
/**
|
|
3590
3364
|
* Returns post data sent with the request. Returns an error when no data was sent with the request.
|
|
3591
3365
|
*/
|
|
@@ -3616,54 +3390,13 @@ declare module "node:inspector/promises" {
|
|
|
3616
3390
|
* Enable the `NodeRuntime.waitingForDisconnect`.
|
|
3617
3391
|
*/
|
|
3618
3392
|
post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType): Promise<void>;
|
|
3619
|
-
/**
|
|
3620
|
-
* Gets supported tracing categories.
|
|
3621
|
-
*/
|
|
3622
|
-
post(method: "NodeTracing.getCategories"): Promise<NodeTracing.GetCategoriesReturnType>;
|
|
3623
|
-
/**
|
|
3624
|
-
* Start trace events collection.
|
|
3625
|
-
*/
|
|
3626
|
-
post(method: "NodeTracing.start", params?: NodeTracing.StartParameterType): Promise<void>;
|
|
3627
|
-
/**
|
|
3628
|
-
* Stop trace events collection. Remaining collected events will be sent as a sequence of
|
|
3629
|
-
* dataCollected events followed by tracingComplete event.
|
|
3630
|
-
*/
|
|
3631
|
-
post(method: "NodeTracing.stop"): Promise<void>;
|
|
3632
|
-
/**
|
|
3633
|
-
* Sends protocol message over session with given id.
|
|
3634
|
-
*/
|
|
3635
|
-
post(method: "NodeWorker.sendMessageToWorker", params?: NodeWorker.SendMessageToWorkerParameterType): Promise<void>;
|
|
3636
|
-
/**
|
|
3637
|
-
* Instructs the inspector to attach to running workers. Will also attach to new workers
|
|
3638
|
-
* as they start
|
|
3639
|
-
*/
|
|
3640
|
-
post(method: "NodeWorker.enable", params?: NodeWorker.EnableParameterType): Promise<void>;
|
|
3641
|
-
/**
|
|
3642
|
-
* Detaches from all running workers and disables attaching to new workers as they are started.
|
|
3643
|
-
*/
|
|
3644
|
-
post(method: "NodeWorker.disable"): Promise<void>;
|
|
3645
|
-
/**
|
|
3646
|
-
* Detached from the worker with given sessionId.
|
|
3647
|
-
*/
|
|
3648
|
-
post(method: "NodeWorker.detach", params?: NodeWorker.DetachParameterType): Promise<void>;
|
|
3649
|
-
post(method: "Target.getTargets"): Promise<Target.GetTargetsReturnType>;
|
|
3650
3393
|
post(method: "Target.setAutoAttach", params?: Target.SetAutoAttachParameterType): Promise<void>;
|
|
3651
|
-
post(method: "DOMStorage.clear", params?: DOMStorage.ClearParameterType): Promise<void>;
|
|
3652
|
-
/**
|
|
3653
|
-
* Disables storage tracking, prevents storage events from being sent to the client.
|
|
3654
|
-
*/
|
|
3655
|
-
post(method: "DOMStorage.disable"): Promise<void>;
|
|
3656
3394
|
/**
|
|
3657
|
-
*
|
|
3658
|
-
*/
|
|
3659
|
-
post(method: "DOMStorage.enable"): Promise<void>;
|
|
3660
|
-
post(method: "DOMStorage.getDOMStorageItems", params?: DOMStorage.GetDOMStorageItemsParameterType): Promise<DOMStorage.GetDOMStorageItemsReturnType>;
|
|
3661
|
-
post(method: "DOMStorage.removeDOMStorageItem", params?: DOMStorage.RemoveDOMStorageItemParameterType): Promise<void>;
|
|
3662
|
-
post(method: "DOMStorage.setDOMStorageItem", params?: DOMStorage.SetDOMStorageItemParameterType): Promise<void>;
|
|
3663
|
-
/**
|
|
3664
|
-
* @experimental
|
|
3395
|
+
* Read a chunk of the stream
|
|
3665
3396
|
*/
|
|
3666
|
-
post(method: "
|
|
3397
|
+
post(method: "IO.read", params?: IO.ReadParameterType): Promise<IO.ReadReturnType>;
|
|
3398
|
+
post(method: "IO.close", params?: IO.CloseParameterType): Promise<void>;
|
|
3399
|
+
|
|
3667
3400
|
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
3668
3401
|
/**
|
|
3669
3402
|
* Emitted when any notification from the V8 Inspector is received.
|
|
@@ -3722,21 +3455,43 @@ declare module "node:inspector/promises" {
|
|
|
3722
3455
|
*/
|
|
3723
3456
|
addListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
3724
3457
|
/**
|
|
3725
|
-
* Sent when new profile recording is started using console.profile() call.
|
|
3458
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
3459
|
+
*/
|
|
3460
|
+
addListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
3461
|
+
addListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
3462
|
+
addListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
3463
|
+
addListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
|
|
3464
|
+
addListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
3465
|
+
/**
|
|
3466
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
3467
|
+
*/
|
|
3468
|
+
addListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
3469
|
+
/**
|
|
3470
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
3471
|
+
*/
|
|
3472
|
+
addListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
3473
|
+
/**
|
|
3474
|
+
* Contains an bucket of collected trace events.
|
|
3475
|
+
*/
|
|
3476
|
+
addListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3477
|
+
/**
|
|
3478
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3479
|
+
* delivered via dataCollected events.
|
|
3480
|
+
*/
|
|
3481
|
+
addListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
3482
|
+
/**
|
|
3483
|
+
* Issued when attached to a worker.
|
|
3726
3484
|
*/
|
|
3727
|
-
addListener(event: "
|
|
3728
|
-
addListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
3729
|
-
addListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
3730
|
-
addListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
|
|
3731
|
-
addListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
3485
|
+
addListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3732
3486
|
/**
|
|
3733
|
-
*
|
|
3487
|
+
* Issued when detached from the worker.
|
|
3734
3488
|
*/
|
|
3735
|
-
addListener(event: "
|
|
3489
|
+
addListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3736
3490
|
/**
|
|
3737
|
-
*
|
|
3491
|
+
* Notifies about a new protocol message received from the session
|
|
3492
|
+
* (session ID is provided in attachedToWorker notification).
|
|
3738
3493
|
*/
|
|
3739
|
-
addListener(event: "
|
|
3494
|
+
addListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3740
3495
|
/**
|
|
3741
3496
|
* Fired when page is about to send HTTP request.
|
|
3742
3497
|
*/
|
|
@@ -3751,18 +3506,6 @@ declare module "node:inspector/promises" {
|
|
|
3751
3506
|
* Fired when data chunk was received over the network.
|
|
3752
3507
|
*/
|
|
3753
3508
|
addListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
3754
|
-
/**
|
|
3755
|
-
* Fired upon WebSocket creation.
|
|
3756
|
-
*/
|
|
3757
|
-
addListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
3758
|
-
/**
|
|
3759
|
-
* Fired when WebSocket is closed.
|
|
3760
|
-
*/
|
|
3761
|
-
addListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
3762
|
-
/**
|
|
3763
|
-
* Fired when WebSocket handshake response becomes available.
|
|
3764
|
-
*/
|
|
3765
|
-
addListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
3766
3509
|
/**
|
|
3767
3510
|
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
3768
3511
|
* enabled.
|
|
@@ -3775,34 +3518,8 @@ declare module "node:inspector/promises" {
|
|
|
3775
3518
|
* example, when inspector.waitingForDebugger is called
|
|
3776
3519
|
*/
|
|
3777
3520
|
addListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
3778
|
-
/**
|
|
3779
|
-
* Contains an bucket of collected trace events.
|
|
3780
|
-
*/
|
|
3781
|
-
addListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3782
|
-
/**
|
|
3783
|
-
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3784
|
-
* delivered via dataCollected events.
|
|
3785
|
-
*/
|
|
3786
|
-
addListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
3787
|
-
/**
|
|
3788
|
-
* Issued when attached to a worker.
|
|
3789
|
-
*/
|
|
3790
|
-
addListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3791
|
-
/**
|
|
3792
|
-
* Issued when detached from the worker.
|
|
3793
|
-
*/
|
|
3794
|
-
addListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3795
|
-
/**
|
|
3796
|
-
* Notifies about a new protocol message received from the session
|
|
3797
|
-
* (session ID is provided in attachedToWorker notification).
|
|
3798
|
-
*/
|
|
3799
|
-
addListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3800
3521
|
addListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
3801
3522
|
addListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
3802
|
-
addListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
3803
|
-
addListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
3804
|
-
addListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
3805
|
-
addListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
3806
3523
|
emit(event: string | symbol, ...args: any[]): boolean;
|
|
3807
3524
|
emit(event: "inspectorNotification", message: InspectorNotification<object>): boolean;
|
|
3808
3525
|
emit(event: "Runtime.executionContextCreated", message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>): boolean;
|
|
@@ -3825,27 +3542,20 @@ declare module "node:inspector/promises" {
|
|
|
3825
3542
|
emit(event: "HeapProfiler.reportHeapSnapshotProgress", message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>): boolean;
|
|
3826
3543
|
emit(event: "HeapProfiler.lastSeenObjectId", message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>): boolean;
|
|
3827
3544
|
emit(event: "HeapProfiler.heapStatsUpdate", message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>): boolean;
|
|
3545
|
+
emit(event: "NodeTracing.dataCollected", message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean;
|
|
3546
|
+
emit(event: "NodeTracing.tracingComplete"): boolean;
|
|
3547
|
+
emit(event: "NodeWorker.attachedToWorker", message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean;
|
|
3548
|
+
emit(event: "NodeWorker.detachedFromWorker", message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean;
|
|
3549
|
+
emit(event: "NodeWorker.receivedMessageFromWorker", message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean;
|
|
3828
3550
|
emit(event: "Network.requestWillBeSent", message: InspectorNotification<Network.RequestWillBeSentEventDataType>): boolean;
|
|
3829
3551
|
emit(event: "Network.responseReceived", message: InspectorNotification<Network.ResponseReceivedEventDataType>): boolean;
|
|
3830
3552
|
emit(event: "Network.loadingFailed", message: InspectorNotification<Network.LoadingFailedEventDataType>): boolean;
|
|
3831
3553
|
emit(event: "Network.loadingFinished", message: InspectorNotification<Network.LoadingFinishedEventDataType>): boolean;
|
|
3832
3554
|
emit(event: "Network.dataReceived", message: InspectorNotification<Network.DataReceivedEventDataType>): boolean;
|
|
3833
|
-
emit(event: "Network.webSocketCreated", message: InspectorNotification<Network.WebSocketCreatedEventDataType>): boolean;
|
|
3834
|
-
emit(event: "Network.webSocketClosed", message: InspectorNotification<Network.WebSocketClosedEventDataType>): boolean;
|
|
3835
|
-
emit(event: "Network.webSocketHandshakeResponseReceived", message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>): boolean;
|
|
3836
3555
|
emit(event: "NodeRuntime.waitingForDisconnect"): boolean;
|
|
3837
3556
|
emit(event: "NodeRuntime.waitingForDebugger"): boolean;
|
|
3838
|
-
emit(event: "NodeTracing.dataCollected", message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean;
|
|
3839
|
-
emit(event: "NodeTracing.tracingComplete"): boolean;
|
|
3840
|
-
emit(event: "NodeWorker.attachedToWorker", message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean;
|
|
3841
|
-
emit(event: "NodeWorker.detachedFromWorker", message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean;
|
|
3842
|
-
emit(event: "NodeWorker.receivedMessageFromWorker", message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean;
|
|
3843
3557
|
emit(event: "Target.targetCreated", message: InspectorNotification<Target.TargetCreatedEventDataType>): boolean;
|
|
3844
3558
|
emit(event: "Target.attachedToTarget", message: InspectorNotification<Target.AttachedToTargetEventDataType>): boolean;
|
|
3845
|
-
emit(event: "DOMStorage.domStorageItemAdded", message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>): boolean;
|
|
3846
|
-
emit(event: "DOMStorage.domStorageItemRemoved", message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>): boolean;
|
|
3847
|
-
emit(event: "DOMStorage.domStorageItemUpdated", message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>): boolean;
|
|
3848
|
-
emit(event: "DOMStorage.domStorageItemsCleared", message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>): boolean;
|
|
3849
3559
|
on(event: string, listener: (...args: any[]) => void): this;
|
|
3850
3560
|
/**
|
|
3851
3561
|
* Emitted when any notification from the V8 Inspector is received.
|
|
@@ -3919,6 +3629,28 @@ declare module "node:inspector/promises" {
|
|
|
3919
3629
|
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
3920
3630
|
*/
|
|
3921
3631
|
on(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
3632
|
+
/**
|
|
3633
|
+
* Contains an bucket of collected trace events.
|
|
3634
|
+
*/
|
|
3635
|
+
on(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3636
|
+
/**
|
|
3637
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3638
|
+
* delivered via dataCollected events.
|
|
3639
|
+
*/
|
|
3640
|
+
on(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
3641
|
+
/**
|
|
3642
|
+
* Issued when attached to a worker.
|
|
3643
|
+
*/
|
|
3644
|
+
on(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3645
|
+
/**
|
|
3646
|
+
* Issued when detached from the worker.
|
|
3647
|
+
*/
|
|
3648
|
+
on(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3649
|
+
/**
|
|
3650
|
+
* Notifies about a new protocol message received from the session
|
|
3651
|
+
* (session ID is provided in attachedToWorker notification).
|
|
3652
|
+
*/
|
|
3653
|
+
on(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3922
3654
|
/**
|
|
3923
3655
|
* Fired when page is about to send HTTP request.
|
|
3924
3656
|
*/
|
|
@@ -3933,18 +3665,6 @@ declare module "node:inspector/promises" {
|
|
|
3933
3665
|
* Fired when data chunk was received over the network.
|
|
3934
3666
|
*/
|
|
3935
3667
|
on(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
3936
|
-
/**
|
|
3937
|
-
* Fired upon WebSocket creation.
|
|
3938
|
-
*/
|
|
3939
|
-
on(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
3940
|
-
/**
|
|
3941
|
-
* Fired when WebSocket is closed.
|
|
3942
|
-
*/
|
|
3943
|
-
on(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
3944
|
-
/**
|
|
3945
|
-
* Fired when WebSocket handshake response becomes available.
|
|
3946
|
-
*/
|
|
3947
|
-
on(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
3948
3668
|
/**
|
|
3949
3669
|
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
3950
3670
|
* enabled.
|
|
@@ -3957,34 +3677,8 @@ declare module "node:inspector/promises" {
|
|
|
3957
3677
|
* example, when inspector.waitingForDebugger is called
|
|
3958
3678
|
*/
|
|
3959
3679
|
on(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
3960
|
-
/**
|
|
3961
|
-
* Contains an bucket of collected trace events.
|
|
3962
|
-
*/
|
|
3963
|
-
on(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3964
|
-
/**
|
|
3965
|
-
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3966
|
-
* delivered via dataCollected events.
|
|
3967
|
-
*/
|
|
3968
|
-
on(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
3969
|
-
/**
|
|
3970
|
-
* Issued when attached to a worker.
|
|
3971
|
-
*/
|
|
3972
|
-
on(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3973
|
-
/**
|
|
3974
|
-
* Issued when detached from the worker.
|
|
3975
|
-
*/
|
|
3976
|
-
on(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3977
|
-
/**
|
|
3978
|
-
* Notifies about a new protocol message received from the session
|
|
3979
|
-
* (session ID is provided in attachedToWorker notification).
|
|
3980
|
-
*/
|
|
3981
|
-
on(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3982
3680
|
on(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
3983
3681
|
on(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
3984
|
-
on(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
3985
|
-
on(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
3986
|
-
on(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
3987
|
-
on(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
3988
3682
|
once(event: string, listener: (...args: any[]) => void): this;
|
|
3989
3683
|
/**
|
|
3990
3684
|
* Emitted when any notification from the V8 Inspector is received.
|
|
@@ -4058,6 +3752,28 @@ declare module "node:inspector/promises" {
|
|
|
4058
3752
|
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
4059
3753
|
*/
|
|
4060
3754
|
once(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
3755
|
+
/**
|
|
3756
|
+
* Contains an bucket of collected trace events.
|
|
3757
|
+
*/
|
|
3758
|
+
once(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3759
|
+
/**
|
|
3760
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3761
|
+
* delivered via dataCollected events.
|
|
3762
|
+
*/
|
|
3763
|
+
once(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
3764
|
+
/**
|
|
3765
|
+
* Issued when attached to a worker.
|
|
3766
|
+
*/
|
|
3767
|
+
once(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3768
|
+
/**
|
|
3769
|
+
* Issued when detached from the worker.
|
|
3770
|
+
*/
|
|
3771
|
+
once(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3772
|
+
/**
|
|
3773
|
+
* Notifies about a new protocol message received from the session
|
|
3774
|
+
* (session ID is provided in attachedToWorker notification).
|
|
3775
|
+
*/
|
|
3776
|
+
once(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
4061
3777
|
/**
|
|
4062
3778
|
* Fired when page is about to send HTTP request.
|
|
4063
3779
|
*/
|
|
@@ -4072,18 +3788,6 @@ declare module "node:inspector/promises" {
|
|
|
4072
3788
|
* Fired when data chunk was received over the network.
|
|
4073
3789
|
*/
|
|
4074
3790
|
once(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
4075
|
-
/**
|
|
4076
|
-
* Fired upon WebSocket creation.
|
|
4077
|
-
*/
|
|
4078
|
-
once(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
4079
|
-
/**
|
|
4080
|
-
* Fired when WebSocket is closed.
|
|
4081
|
-
*/
|
|
4082
|
-
once(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
4083
|
-
/**
|
|
4084
|
-
* Fired when WebSocket handshake response becomes available.
|
|
4085
|
-
*/
|
|
4086
|
-
once(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
4087
3791
|
/**
|
|
4088
3792
|
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
4089
3793
|
* enabled.
|
|
@@ -4096,34 +3800,8 @@ declare module "node:inspector/promises" {
|
|
|
4096
3800
|
* example, when inspector.waitingForDebugger is called
|
|
4097
3801
|
*/
|
|
4098
3802
|
once(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
4099
|
-
/**
|
|
4100
|
-
* Contains an bucket of collected trace events.
|
|
4101
|
-
*/
|
|
4102
|
-
once(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
4103
|
-
/**
|
|
4104
|
-
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
4105
|
-
* delivered via dataCollected events.
|
|
4106
|
-
*/
|
|
4107
|
-
once(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
4108
|
-
/**
|
|
4109
|
-
* Issued when attached to a worker.
|
|
4110
|
-
*/
|
|
4111
|
-
once(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
4112
|
-
/**
|
|
4113
|
-
* Issued when detached from the worker.
|
|
4114
|
-
*/
|
|
4115
|
-
once(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
4116
|
-
/**
|
|
4117
|
-
* Notifies about a new protocol message received from the session
|
|
4118
|
-
* (session ID is provided in attachedToWorker notification).
|
|
4119
|
-
*/
|
|
4120
|
-
once(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
4121
3803
|
once(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
4122
3804
|
once(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
4123
|
-
once(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
4124
|
-
once(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
4125
|
-
once(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
4126
|
-
once(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
4127
3805
|
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
4128
3806
|
/**
|
|
4129
3807
|
* Emitted when any notification from the V8 Inspector is received.
|
|
@@ -4197,6 +3875,28 @@ declare module "node:inspector/promises" {
|
|
|
4197
3875
|
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
4198
3876
|
*/
|
|
4199
3877
|
prependListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
3878
|
+
/**
|
|
3879
|
+
* Contains an bucket of collected trace events.
|
|
3880
|
+
*/
|
|
3881
|
+
prependListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3882
|
+
/**
|
|
3883
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3884
|
+
* delivered via dataCollected events.
|
|
3885
|
+
*/
|
|
3886
|
+
prependListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
3887
|
+
/**
|
|
3888
|
+
* Issued when attached to a worker.
|
|
3889
|
+
*/
|
|
3890
|
+
prependListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3891
|
+
/**
|
|
3892
|
+
* Issued when detached from the worker.
|
|
3893
|
+
*/
|
|
3894
|
+
prependListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3895
|
+
/**
|
|
3896
|
+
* Notifies about a new protocol message received from the session
|
|
3897
|
+
* (session ID is provided in attachedToWorker notification).
|
|
3898
|
+
*/
|
|
3899
|
+
prependListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
4200
3900
|
/**
|
|
4201
3901
|
* Fired when page is about to send HTTP request.
|
|
4202
3902
|
*/
|
|
@@ -4211,18 +3911,6 @@ declare module "node:inspector/promises" {
|
|
|
4211
3911
|
* Fired when data chunk was received over the network.
|
|
4212
3912
|
*/
|
|
4213
3913
|
prependListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
4214
|
-
/**
|
|
4215
|
-
* Fired upon WebSocket creation.
|
|
4216
|
-
*/
|
|
4217
|
-
prependListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
4218
|
-
/**
|
|
4219
|
-
* Fired when WebSocket is closed.
|
|
4220
|
-
*/
|
|
4221
|
-
prependListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
4222
|
-
/**
|
|
4223
|
-
* Fired when WebSocket handshake response becomes available.
|
|
4224
|
-
*/
|
|
4225
|
-
prependListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
4226
3914
|
/**
|
|
4227
3915
|
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
4228
3916
|
* enabled.
|
|
@@ -4235,34 +3923,8 @@ declare module "node:inspector/promises" {
|
|
|
4235
3923
|
* example, when inspector.waitingForDebugger is called
|
|
4236
3924
|
*/
|
|
4237
3925
|
prependListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
4238
|
-
/**
|
|
4239
|
-
* Contains an bucket of collected trace events.
|
|
4240
|
-
*/
|
|
4241
|
-
prependListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
4242
|
-
/**
|
|
4243
|
-
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
4244
|
-
* delivered via dataCollected events.
|
|
4245
|
-
*/
|
|
4246
|
-
prependListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
4247
|
-
/**
|
|
4248
|
-
* Issued when attached to a worker.
|
|
4249
|
-
*/
|
|
4250
|
-
prependListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
4251
|
-
/**
|
|
4252
|
-
* Issued when detached from the worker.
|
|
4253
|
-
*/
|
|
4254
|
-
prependListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
4255
|
-
/**
|
|
4256
|
-
* Notifies about a new protocol message received from the session
|
|
4257
|
-
* (session ID is provided in attachedToWorker notification).
|
|
4258
|
-
*/
|
|
4259
|
-
prependListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
4260
3926
|
prependListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
4261
3927
|
prependListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
4262
|
-
prependListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
4263
|
-
prependListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
4264
|
-
prependListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
4265
|
-
prependListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
4266
3928
|
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
4267
3929
|
/**
|
|
4268
3930
|
* Emitted when any notification from the V8 Inspector is received.
|
|
@@ -4336,6 +3998,28 @@ declare module "node:inspector/promises" {
|
|
|
4336
3998
|
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
4337
3999
|
*/
|
|
4338
4000
|
prependOnceListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
4001
|
+
/**
|
|
4002
|
+
* Contains an bucket of collected trace events.
|
|
4003
|
+
*/
|
|
4004
|
+
prependOnceListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
4005
|
+
/**
|
|
4006
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
4007
|
+
* delivered via dataCollected events.
|
|
4008
|
+
*/
|
|
4009
|
+
prependOnceListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
4010
|
+
/**
|
|
4011
|
+
* Issued when attached to a worker.
|
|
4012
|
+
*/
|
|
4013
|
+
prependOnceListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
4014
|
+
/**
|
|
4015
|
+
* Issued when detached from the worker.
|
|
4016
|
+
*/
|
|
4017
|
+
prependOnceListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
4018
|
+
/**
|
|
4019
|
+
* Notifies about a new protocol message received from the session
|
|
4020
|
+
* (session ID is provided in attachedToWorker notification).
|
|
4021
|
+
*/
|
|
4022
|
+
prependOnceListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
4339
4023
|
/**
|
|
4340
4024
|
* Fired when page is about to send HTTP request.
|
|
4341
4025
|
*/
|
|
@@ -4350,18 +4034,6 @@ declare module "node:inspector/promises" {
|
|
|
4350
4034
|
* Fired when data chunk was received over the network.
|
|
4351
4035
|
*/
|
|
4352
4036
|
prependOnceListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
4353
|
-
/**
|
|
4354
|
-
* Fired upon WebSocket creation.
|
|
4355
|
-
*/
|
|
4356
|
-
prependOnceListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
4357
|
-
/**
|
|
4358
|
-
* Fired when WebSocket is closed.
|
|
4359
|
-
*/
|
|
4360
|
-
prependOnceListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
4361
|
-
/**
|
|
4362
|
-
* Fired when WebSocket handshake response becomes available.
|
|
4363
|
-
*/
|
|
4364
|
-
prependOnceListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
4365
4037
|
/**
|
|
4366
4038
|
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
4367
4039
|
* enabled.
|
|
@@ -4374,33 +4046,7 @@ declare module "node:inspector/promises" {
|
|
|
4374
4046
|
* example, when inspector.waitingForDebugger is called
|
|
4375
4047
|
*/
|
|
4376
4048
|
prependOnceListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
4377
|
-
/**
|
|
4378
|
-
* Contains an bucket of collected trace events.
|
|
4379
|
-
*/
|
|
4380
|
-
prependOnceListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
4381
|
-
/**
|
|
4382
|
-
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
4383
|
-
* delivered via dataCollected events.
|
|
4384
|
-
*/
|
|
4385
|
-
prependOnceListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
4386
|
-
/**
|
|
4387
|
-
* Issued when attached to a worker.
|
|
4388
|
-
*/
|
|
4389
|
-
prependOnceListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
4390
|
-
/**
|
|
4391
|
-
* Issued when detached from the worker.
|
|
4392
|
-
*/
|
|
4393
|
-
prependOnceListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
4394
|
-
/**
|
|
4395
|
-
* Notifies about a new protocol message received from the session
|
|
4396
|
-
* (session ID is provided in attachedToWorker notification).
|
|
4397
|
-
*/
|
|
4398
|
-
prependOnceListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
4399
4049
|
prependOnceListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
4400
4050
|
prependOnceListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
4401
|
-
prependOnceListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
4402
|
-
prependOnceListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
4403
|
-
prependOnceListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
4404
|
-
prependOnceListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
4405
4051
|
}
|
|
4406
4052
|
}
|