Skip to main content
Go to Latest
interface default.Debugger.GetScriptSourceResponse
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { GetScriptSourceResponse } = default.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)