roadlabs / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Allow passing python callable objects to javascript #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently you can bind object to javascript but only by using 
JavascriptBindings.SetObject(). It would be useful to be able to pass a python 
object as a parameter to javascript function, or as a return value. This can by 
achieved by using javascript extensions mechanism.

Original issue reported on code.google.com by czarek.t...@gmail.com on 6 Dec 2012 at 11:34