summaryrefslogtreecommitdiff
path: root/ext/web
AgeCommit message (Expand)Author
2022-11-04chore: forward v1.27.1 release commit to main (#16533)denobot
2022-10-29fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...Kenta Moriuchi
2022-10-271.27.0 (#16442)denobot
2022-10-26refactor(ext/streams): remove fake detached (#16431)Marcos Casagrande
2022-10-26chore: improve built-in API documentation (#16158)Kitson Kelly
2022-10-26perf(ext/web): optimize transferArrayBuffer (#16294)Divy Srivastava
2022-10-25feat(ext/web): use ArrayBuffer.was_detached() (#16307)Marcos Casagrande
2022-10-24perf(ext/web): add op_encode_binary_string (#16352)Marcos Casagrande
2022-10-24experiment(ext/web): Don't expose event classes during the bootstrap phase (#...Andreu Botella
2022-10-24perf(ext/streams): fast path when consuming body of tee'd stream (#16329)Marcos Casagrande
2022-10-23perf(ext/web/encoding): avoid copy in decode (#16364)Marcos Casagrande
2022-10-17chore: forward v1.26.2 to main (#16331)Bartek Iwańczuk
2022-10-17perf(ext/web): optimize timer cancellation (#16316)Divy Srivastava
2022-10-17perf(ext/web): optimize `op_cancel_handle` (#16318)Divy Srivastava
2022-10-14fix(ext/web/streams): enqueue to second branch before closing (#16269)Marcos Casagrande
2022-10-14fix(ext/fetch): throw TypeError on non-Uint8Array chunk (#16262)Marcos Casagrande
2022-10-14fix(ext/web/streams): resolve cancelPromise in ReadableStreamTee (#16266)Marcos Casagrande
2022-10-12chore(ext/web): fix typo (#16248)Xiao Xiao
2022-10-10feat(core): add Deno.core.writeAll(rid, chunk) (#16228)Luca Casonato
2022-10-08fix(ext/fetch): reject immediately on aborted signal (#16190)Marcos Casagrande
2022-10-06chore: forward v1.26.1 release commit to main (#16178)denobot
2022-10-04perf(ext/fetch): consume body using ops (#16038)Marcos Casagrande
2022-09-30refactor(ext/http): remove op_http_read (#16096)Luca Casonato
2022-09-30fix(runtime): no FastStream for unrefable streams (#16095)Luca Casonato
2022-09-29fix(ext/fetch): `Body#bodyUsed` for static body (#16080)Marcos Casagrande
2022-09-291.26.0denobot
2022-09-22chore: forward v1.25.4 release commit to main (#16001)David Sherret
2022-09-22feat(ops): Automatic fast ops creation (#15527)Aapo Alasuutari
2022-09-17perf(web): optimize encodeInto() (#15922)Divy Srivastava
2022-09-16upgrade deps (#15914)Ryan Dahl
2022-09-15chore: forward v1.25.3 release commit to main (#15919)Colin Ihrig
2022-09-09chore: forward v1.25.2 release commit to main (#15831)denobot
2022-09-07perf(ops): inline &[u8] arguments and enable fast API (#15731)Divy Srivastava
2022-09-06perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)Divy Srivastava
2022-09-02fix(ext/timers): create primordial `eval` (#15110)Garcia
2022-09-02fix(repl): don't terminate on unhandled error events (#15548)Nayeem Rahman
2022-09-02chore: forward v1.25.1 release commit to main (#15735)denobot
2022-09-01perf(ext/web): flatten op arguments for text_encoding (#15723)Divy Srivastava
2022-08-30fix(docs): add missing categories (#15684)Leo Kettmeir
2022-08-28perf: use fast api for op_now (#15643)Divy Srivastava
2022-08-25v1.25.0Bartek Iwańczuk
2022-08-19perf(runtime): optimize Deno.file open & stream (#15496)Divy Srivastava
2022-08-18feat(ext/flash): An optimized http/1.1 server (#15405)Divy Srivastava
2022-08-17docs: add category tag for built-in APIs (#15480)Kitson Kelly
2022-08-16perf: improve performance.now (#15481)Ryan Dahl
2022-08-11chore: forward v1.24.3 release commit to main (#15462)denobot
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-08-05chore: forward v1.24.2 release commit to main (#15410)denobot
2022-07-29Forward 1.24.1 to main (#15333) (#15336)Colin Ihrig
2022-07-26chore(ops): Remove unused arguments from ops (#15315)Aapo Alasuutari