pl.wendigo.chrome.domain.debugger / SearchInContentResponse

SearchInContentResponse

data class SearchInContentResponse (source)

Represents response frame for Debugger.searchInContent method call.

Searches for given string in script content.

Constructors

<init>

SearchInContentResponse(result: List<SearchMatch>)

Represents response frame for Debugger.searchInContent method call.

Properties

result

val result: List<SearchMatch>

List of search matches.