X Tutup
Skip to content

Commit d7eb667

Browse files
committed
Update Browser.md - add SetJavascriptBindings()
1 parent a86711e commit d7eb667

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

api/Browser.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Table of contents:
5858
* [SetClientHandler](#setclienthandler)
5959
* [SetFocus](#setfocus)
6060
* [SetMouseCursorChangeDisabled](#setmousecursorchangedisabled)
61+
* [SetJavascriptBindings](#setjavascriptbindings)
6162
* [SetUserData](#setuserdata)
6263
* [SetZoomLevel](#setzoomlevel)
6364
* [ShowDevTools](#showdevtools)
@@ -649,6 +650,14 @@ Set focus for the browser window. If |enable| is true focus will be set to the w
649650
Set whether mouse cursor change is disabled.
650651

651652

653+
### SetJavascriptBindings
654+
655+
| Parameter | Type |
656+
| --- | --- |
657+
| bindings | [JavascriptBindings](JavascriptBindings.md) |
658+
| __Return__ | void |
659+
660+
652661
### SetUserData
653662

654663
| Parameter | Type |

0 commit comments

Comments
 (0)
X Tutup