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
Socket APIs (jasnell) - Cloudflare is working on a Socket API that is based on ReadableStream/WritableStream. We've noticed some inconsistencies in the way things are implemented across Node.js, Deno, etc.
Specifier namespaces (jasnell) - Node.js recently introduced the node:... specifier prefix for built-in modules, Deno just introduced use of the npm:... specifier prefix for npm modules. In Workers, we are starting on Node.js-compatibility using the node:... prefix. Should we standardize on these prefixes? Would the runtime keys help here?
Agenda items:
node:...specifier prefix for built-in modules, Deno just introduced use of thenpm:...specifier prefix for npm modules. In Workers, we are starting on Node.js-compatibility using thenode:...prefix. Should we standardize on these prefixes? Would the runtime keys help here?