List of functions we want to expose on the proxy object. Default return behavior is 'async'.
This is filled in by the library. It contains the values of the readonlyProperties on the given object.
List of properties we want to expose on the proxy object.
Since readonly property values don't change, they are sent to the other side, instead of generating a getter.
Generated using TypeDoc
In case of a string, it is the name of the event. In case of a
FunctionDescriptortheNameproperty is the event name, the rest applies to the handler function.