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
We need to support browsers. For this, we might want to keep away from std/node as much as we can, since it has many Deno-only code, and we have already faced enough problems with it.
We need to support browsers. For this, we might want to keep away from
std/node
as much as we can, since it has many Deno-only code, and we have already faced enough problems with it.std/node/crypto.ts
. (Done in refactor: replace crypto from node compat with already existing subtle implementations #20.)std/node/fs.ts
. (Done in refactor: replace std/node/fs.ts dependencies with native Deno APIs #23.)std/node/net.ts
. (Done in fix: load /std/node/net.ts dynamically and skip it in browsers #24/fix: #24 follow up #25.)WebSocket
. (Done in refactor: replace w3cwebsocket with WebSocket #26.)The text was updated successfully, but these errors were encountered: