summaryrefslogtreecommitdiff
path: root/ext/web/06_streams.js
AgeCommit message (Expand)Author
2024-04-23fix: Float16Array support (#23512)Kenta Moriuchi
2024-03-22refactor(ext/web): use relative specifiers (#23024)Bartek Iwańczuk
2024-03-10chore: replace 'call' to 'execute' in error messages (#22579)Kenta Moriuchi
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-24chore: ensure that each op provided to ensureFastOps is only used once (#21689)Matt Mastracci
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-12-01refactor: use resourceForReadableStream for fetch (#20217)Matt Mastracci
2023-11-24feat(streams): ReadableStream.read min option (#20849)Leo Kettmeir
2023-11-19fix(ext,runtime): add missing custom inspections (#21219)Kenta Moriuchi
2023-11-12fix(ext/web): Prevent TextDecoderStream resource leak on stream cancellation ...Florian Schwalm
2023-11-09perf: remove knowledge of promise IDs from deno (#21132)Matt Mastracci
2023-10-13perf(ext/streams): optimize streams (#20649)Marcos Casagrande
2023-10-10feat(ext/web): cancel support for TransformStream (#20815)Luca Casonato
2023-10-10fix(ext/web): writability of `ReadableStream.from` (#20836)Luca Casonato
2023-09-23feat(ext/web): use readableStreamDefaultReaderRead in resourceForReadableStre...Matt Mastracci
2023-09-17perf(ext/streams): optimize async iterator (#20541)Marcos Casagrande
2023-09-07feat: support import attributes (#20342)David Sherret
2023-08-22fix(ext/web): better handling of errors in resourceForReadableStream (#20238)Matt Mastracci
2023-08-17feat(ext/web): resourceForReadableStream (#20180)Matt Mastracci
2023-08-15fix(ext/fetch): clone second branch chunks in Body.clone() (#20057)Marcos Casagrande
2023-07-02feat: ReadableStream.from (#19446)Leo Kettmeir
2023-06-05chore: update deno_lint to 0.46.0 (#19372)Kenta Moriuchi
2023-05-01fix(core): Use primordials for methods (#18839)Kenta Moriuchi
2023-05-01refactor(webidl): move prefix & context out of converters options bag (#18931)Leo Kettmeir
2023-04-30refactor: remove ext/console/01_colors.js (#18927)Leo Kettmeir
2023-04-20refactor(ext/webidl): remove option bags from "makeException" (#18679)Bartek Iwańczuk
2023-04-14fix(core): Use safe primordials wrappers (#18687)Kenta Moriuchi
2023-04-12refactor(ext/webidl): remove object from 'requiredArguments' (#18674)Bartek Iwańczuk
2023-04-02chore: Turn back on dlintPreferPrimordials (#17715)Kenta Moriuchi
2023-03-27fix(streams): add support `Float64Array` to `ReadableStreamByobReader` (#18188)Kenta Moriuchi
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-01-16chore: update dlint to v0.37.0 for GitHub Actions (#17295)Kenta Moriuchi
2023-01-15fix(core): Add `Generator` and `AsyncGenerator` to promordials (#17241)Kenta Moriuchi
2023-01-09fix(ext/web/streams): fix ReadableStream asyncIterator (#16276)Marcos Casagrande
2023-01-06perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)Kenta Moriuchi
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-11-15perf(runtime/spawn): collect output using `op_read_all` (#16596)Marcos Casagrande
2022-10-29fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...Kenta Moriuchi
2022-10-26refactor(ext/streams): remove fake detached (#16431)Marcos Casagrande
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/streams): fast path when consuming body of tee'd stream (#16329)Marcos Casagrande