-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The interface is currently using stringified objects instead of the objects themselves.
I think that this is less efficient, since this includes some serialization/deserialization steps.
Besides that, the generated documents are more clear if the interfaces use structural types, instead of using String.
I'd prefer if callback functions parameters were not stringfied function names, but also references to the javascript functions themselves, as it would enable some improvements on the callback data flow.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request