Expand description
utils for implementing proxy classes which can be used to use rust structs from JS (define method/getters/setters/etc)
Modules§
- eventtarget
- EventTarget utils
Structs§
- Proxy
- The Proxy struct can be used to create a class in JavaScript who’s methods can be implemented in rust
Constants§
Functions§
- get_proxy 
- get a proxy by class_name (namespace.ClassName)
- get_proxy_ ⚠instance_ id 
- Get the instance id of a proxy instance
- get_proxy_ instance_ id_ q 
- get_proxy_ instance_ proxy_ and_ instance_ id_ q 
- is_proxy_ ⚠instance 
- check if an object is an instance of a Proxy class
- is_proxy_ instance_ q 
- new_instance 
- new_instance2