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