pl.wendigo.chrome.api.debugger / SearchInContentResponse

SearchInContentResponse

data class SearchInContentResponse (source)

Represents response frame that is returned from Debugger#searchInContent operation call. Searches for given string in script content.

Link
Debugger#searchInContent method documentation.

See Also

DebuggerOperations.searchInContent

Constructors

<init>

SearchInContentResponse(result: List<SearchMatch>)

Represents response frame that is returned from Debugger#searchInContent operation call. Searches for given string in script content.

Properties

result

val result: List<SearchMatch>

List of search matches.