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
Currently, we file bugs with all major browser vendors for every normative spec change, so they are made aware of our changes and can update their implementations. However, the Streams standard is not only implemented in browsers. Deno has been shipping their own implementation for more than a year now (since v0.42.0), and Node.js has just landed an experimental implementation on their development branch (nodejs/node#39062).
Should we take up Deno and Node.js in our process as well? For example, update the pull request template to require bugs filed with their projects?
The text was updated successfully, but these errors were encountered:
This level of policy is up to the editors. I totally support doing so.
It becomes a bit tricky though because our PR template is standardized and generated through https://github.com/whatwg/spec-factory . So we could update it now but it'd get overridden next time any updates are deployed by spec-factory.
Currently, we file bugs with all major browser vendors for every normative spec change, so they are made aware of our changes and can update their implementations. However, the Streams standard is not only implemented in browsers. Deno has been shipping their own implementation for more than a year now (since v0.42.0), and Node.js has just landed an experimental implementation on their development branch (nodejs/node#39062).
Should we take up Deno and Node.js in our process as well? For example, update the pull request template to require bugs filed with their projects?
The text was updated successfully, but these errors were encountered: