Yoshiya Hinosawa
Yoshiya Hinosawa
Are you on Linux? Do you have `PORT` set in `.env` file?
Glad to hear it's fixed!
On mac, the above script prints: ``` Uint8Array(2) [ 10, 0 ] Uint8Array(2) [ 13, 0 ] ``` I'm not sure this is a bug. It seems that the Enter...
Can anyone on windows test the original [example](https://github.com/denoland/deno/issues/21837#issue-2069211547) with the latest Windows Terminal?
We discussed this several times and concluded we don't add it. I don't remember the exact reasoning though. Does anyone remember the reasoning? cc @ry @piscisaureus @nayeemrmn
BTW I guess adding `.return` to these async iterators at this point probably break many code in the ecosystem. I think it's not a good idea to implement this for...
`from` for `deno.web` is already defined at line 815 https://github.com/denoland/deno/blob/345423cf7697326258ce8b32f681910f4a2f77de/ext/web/lib.deno_web.d.ts#L815 #21981 is about supporting `from` without `dom` type lib
> For example, "Please use deno.web for lib compiler option" ...🤔 BTW `deno.web` is enabled by default. The issue #21981 happens because `deno.web` is explicitly replaced by `dom` type lib
We're removing the usages of `Deno.Reader`, `Deno.Writer`, ... from std in denoland/deno_std#3030
What to do about `Deno.Seeker` and `Deno.SeekerSync`?