Closed oskardudycz closed 1 month ago
Removed async import of the node:stream/web. It's redundant as in the modern browsers and node.js it should be available in globalThis object.
node:stream/web
globalThis
Removed async import of the
node:stream/web
. It's redundant as in the modern browsers and node.js it should be available inglobalThis
object.