onStop

abstract suspend fun onStop(requests: List<NetworkRequest>): T?

Called when the webview stops loading a URL with the stopUrlRegex

You can convert the data returned from the javascript to T.

Return

The data to be passed to the next step

Parameters

requests

The requests that were intercepted with interceptUrlRegex