Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-22 | fix: support --cert flag for tls connect APIs (#11484) | Luca Casonato | |
2021-07-20 | fix: close fetch response body on GC (#11467) | Luca Casonato | |
This commit fixes fetch response bodies to be automatically closed if the `Response.body` readable stream goes out of scope and is GC'ed. | |||
2021-07-17 | fix(workers): silently ignore non-existent worker IDs (#11417) | Andreu Botella | |
Fixes #11416 | |||
2021-07-10 | fix: align DedicatedWorkerGlobalScope event handlers to spec (#11353) | Andreu Botella | |
2021-07-07 | chore: temporarily disable flaky single_compile_with_reload test (#11320) | David Sherret | |
2021-07-05 | fix(core): Delay deadlock detection for dynamic imports (#11282) | Nayeem Rahman | |
2021-07-05 | refactor: asynchronous blob backing store (#10969) | Jimmy Wärting | |
Co-authored-by: Luca Casonato <hello@lcas.dev> | |||
2021-07-02 | feat(core): pump V8 message loop on event loop tick (#11221) | Bartek Iwańczuk | |
This commit adds support for Atomics and FinalizationRegistry by integrating V8's message loop into "JsRuntime::poll_event_loop". | |||
2021-06-27 | chore: split up integration_tests.rs into separate files (#11131) | David Sherret | |