toxtli / cefpython

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

Allow passing python callable objects to javascript #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/cefpython/issues/40

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 6:28