X Tutup
Skip to content

Commit 3f6c6ba

Browse files
committed
Update JavascriptBindings.md
1 parent d7eb667 commit 3f6c6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/JavascriptBindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Table of contents:
1818

1919
## Introduction
2020

21-
With this class you can expose python functions, objects and data. Binding is made to javascript "window" object. Instantiate this class and pass it to [cefpython](cefpython.md).CreateBrowserSync(). See also [javascript callbacks](JavascriptCallback.md).
21+
With this class you can expose python functions, objects and data. Binding is made to javascript "window" object. Instantiate this class and pass it using [Browser](Browser.md).SetJavascriptBindings(). See also [javascript callbacks](JavascriptCallback.md).
2222

2323
To initiate communication from python, when there is no javascript callback available yet, use [Frame](Frame.md).ExecuteJavascript() or [Frame](Frame.md).ExecuteFunction(). To get main frame for browser call [Browser](Browser.md).GetMainFrame().
2424

0 commit comments

Comments
 (0)
X Tutup