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
ppl are starting to use import instead it's more cross compatible for both browsers, Deno and Node's new experimental http import so you won't depend on npm
lots of folks want stuff to be more cross compatible between different environment. That means using import and ditching Buffer for simple Uint8Array instead.
Also how about switching to using TextDecoder instead? - it's available in Deno, browser and node globally
jimmywarting, smashercosmo, yosion-p, lucaswickstrom, tirithen and 1 more