JavaScriptBridge
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Methods
create_callback ( Callable callable ) |
|
create_object ( String object, … ) vararg |
|
void |
download_buffer ( PackedByteArray buffer, String name, String mime=”application/octet-stream” ) |
eval ( String code, bool use_global_execution_context=false ) |
|
void |
force_fs_sync ( ) |
get_interface ( String interface ) |
|
pwa_needs_update ( ) const |
|
pwa_update ( ) |
Signals
pwa_update_available ( )
There is currently no description for this signal. Please help us by contributing one!
Method Descriptions
JavaScriptObject create_callback ( Callable callable )
There is currently no description for this method. Please help us by contributing one!
Variant create_object ( String object, … ) vararg
There is currently no description for this method. Please help us by contributing one!
void download_buffer ( PackedByteArray buffer, String name, String mime=”application/octet-stream” )
There is currently no description for this method. Please help us by contributing one!
Variant eval ( String code, bool use_global_execution_context=false )
There is currently no description for this method. Please help us by contributing one!
void force_fs_sync ( )
There is currently no description for this method. Please help us by contributing one!
JavaScriptObject get_interface ( String interface )
There is currently no description for this method. Please help us by contributing one!
bool pwa_needs_update ( ) const
There is currently no description for this method. Please help us by contributing one!
Error pwa_update ( )
There is currently no description for this method. Please help us by contributing one!