mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
756 B
756 B
Home > puppeteer > Protocol > Debugger > SearchMatch
Protocol.Debugger.SearchMatch interface
Search match for resource.
Signature:
export interface SearchMatch
Properties
Property | Type | Description |
---|---|---|
lineContent | string | Line with match content. |
lineNumber | number | Line number in resource content. |