Skip to content

Commit 87c091d

Browse files
committed
injectedJavaScriptBeforeContentLoaded work on android in 10.3.0
1 parent 7efd2c9 commit 87c091d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,6 @@ Script specified with `injectedJavaScript` will be loaded for all frames (main f
534534

535535
#### `injectedJavaScriptBeforeContentLoaded: string`
536536

537-
_iOS only_
538537
Specifies JavaScript that will be injected into the web page after the document element is created, but before any other content is loaded. The string should evaluate to a valid type (e.g. `true`) and not otherwise throw an exception.
539538

540539
Example below passes`window.location` as a JSON object to be handled by the function passed to `onMessage`

0 commit comments

Comments
 (0)