We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86711e commit d7eb667Copy full SHA for d7eb667
1 file changed
api/Browser.md
@@ -58,6 +58,7 @@ Table of contents:
58
* [SetClientHandler](#setclienthandler)
59
* [SetFocus](#setfocus)
60
* [SetMouseCursorChangeDisabled](#setmousecursorchangedisabled)
61
+ * [SetJavascriptBindings](#setjavascriptbindings)
62
* [SetUserData](#setuserdata)
63
* [SetZoomLevel](#setzoomlevel)
64
* [ShowDevTools](#showdevtools)
@@ -649,6 +650,14 @@ Set focus for the browser window. If |enable| is true focus will be set to the w
649
650
Set whether mouse cursor change is disabled.
651
652
653
+### SetJavascriptBindings
654
+
655
+| Parameter | Type |
656
+| --- | --- |
657
+| bindings | [JavascriptBindings](JavascriptBindings.md) |
658
+| __Return__ | void |
659
660
661
### SetUserData
662
663
| Parameter | Type |
0 commit comments