Skip to main content
Go to Latest
interface Protocol.Debugger.GetScriptSourceResponse
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { GetScriptSourceResponse } = Protocol.Debugger;

Properties

scriptSource: string

Script source (empty in case of Wasm bytecode).

optional
bytecode: string

Wasm bytecode. (Encoded as a base64 string when passed over JSON)