Bartek Iwańczuk

Results 581 comments of Bartek Iwańczuk

This list could be added to https://deno.land/manual/runtime/web_platform_apis

1.13 blog post is up, it should be added to docs as well: https://github.com/denoland/manual/pull/48#issuecomment-896683325

How would it work? Since it's a sync API it will block execution of other JS until it returns so there's no way to actually send a signal.

Yes, only in `spawnSync`. I'd expect it to work with other two APIs.

@cjihrig please take a look if you find a moment

Is the current API similar to Node's API?

@lbguilherme please rebase and address the question from @cjihrig so we could land it for Deno v1.25 this week

> @bartlomieju are there chances this will be included in deno `v1.25.1`? No, we'll ship it in v1.26

> Again, it's fairly low level and the interface doesn't help. It would make sense to introduce a more friendly wrapper on the stdlib later on. That's definitely a good...