import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SearchInContentRequest } = Protocol.Debugger;
Properties
scriptId: Runtime.ScriptId
Id of the script to search in.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.Debugger.SearchInContentRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SearchInContentRequest } = Protocol.Debugger;
Id of the script to search in.