summaryrefslogtreecommitdiff
path: root/ext/web/06_streams.js
AgeCommit message (Expand)Author
2024-11-15feat(fetch): accept async iterables for body (#26882)Luca Casonato
2024-09-16fix(runtime): don't error `child.output()` on consumed stream (#25657)Luca Casonato
2024-09-06fix(runtime): use more null proto objects again (#25040)Kenta Moriuchi
2024-08-28refactor(ext): throw new error instead of throw error (#25272)Ian Bull
2024-08-26Revert "feat(fetch): accept async iterables for body" (#25207)Luca Casonato
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-06feat(fetch): accept async iterables for body (#24623)Leo Kettmeir
2024-07-02fix(ext/web): use primordials of ES2024 ArrayBuffer transfer (#24396)Kenta Moriuchi
2024-05-27fix(ext/web): `ReadableStream.from()` allows `Iterable` instead of `IterableI...Milly
2024-05-23fix(ext/web): `ReadableStream.from()` ignores null `Symbol.asyncIterator` (#2...Milly
2024-05-23fix(runtime): use more null proto objects (#23921)Luca Casonato
2024-05-13fix(ext/web): update ongoing promise in async iterator `return()` method (#23...Mattias Buelens
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