You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we could support the new function type since this would provide richer completion/documentation for the working with JavaScript. I noticed this information is already available in the webidls.
It would be great if we could support the new function type since this would provide richer completion/documentation for the working with JavaScript. I noticed this information is already available in the webidls.
For example; BaseAudioContext webidl:
Currently we generate:
This could be improved like this:
.. or with typedef
If the info is not available we can always fallback to the "old syntax".
The text was updated successfully, but these errors were encountered: