You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cefpython/cef1/windows/binaries/cefadvanced.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ <h3>Javascript bindings</h3>
181
181
<h4>Passing arguments</h4>
182
182
183
183
<ahref="javascript:alert('Return value from python.Test1: '+python.Test1(100))">python.Test1(100)</a><br>
184
-
<ahref="javascript:alert('Return value from python.Test2: '+JSON.stringify(python.Test2(100, 'This string was passed from javascript')))">python.Test2(100, 'This string was passed from javascript')</a> - python.Test2() should return: [1,2, [2.1, {'3': 3, '4': [5,6]}]]
184
+
<ahref="javascript:alert('Return value from python.Test2: '+JSON.stringify(python.Test2(100, 'This string was passed from javascript', '')))">python.Test2(100, 'This string was passed from javascript', '')</a> - python.Test2() should return: [1,2, [2.1, {'3': 3, '4': [5,6]}]]
0 commit comments