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

Search match for resource.

Properties

lineNumber: number

Line number in resource content.

lineContent: string

Line with match content.