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
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Perhaps we should stop using WebIDL in zephyr.js (unlike in browser development, we don't take much benefits from using it), and use e.g. TypeScript, or plain JS for describing interfaces (like here)?
Our plan had been to move to Node-like documentation as I started on with Buffer. But then PR #1800 came in and there seemed to be interest in retaining WebIDL. Since that has stalled, we should probably resume the Node-like conversion.
Multiple different mistakes, like using types like "string" which doesn't exist in Web IDL:
https://heycam.github.io/webidl/#prod-StringType
The text was updated successfully, but these errors were encountered: