index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
web
/
06_streams.js
Age
Commit message (
Expand
)
Author
2024-11-15
feat(fetch): accept async iterables for body (#26882)
Luca Casonato
2024-09-16
fix(runtime): don't error `child.output()` on consumed stream (#25657)
Luca Casonato
2024-09-06
fix(runtime): use more null proto objects again (#25040)
Kenta Moriuchi
2024-08-28
refactor(ext): throw new error instead of throw error (#25272)
Ian Bull
2024-08-26
Revert "feat(fetch): accept async iterables for body" (#25207)
Luca Casonato
2024-08-20
chore: enable no-console dlint rule (#25113)
David Sherret
2024-08-06
feat(fetch): accept async iterables for body (#24623)
Leo Kettmeir
2024-07-02
fix(ext/web): use primordials of ES2024 ArrayBuffer transfer (#24396)
Kenta Moriuchi
2024-05-27
fix(ext/web): `ReadableStream.from()` allows `Iterable` instead of `IterableI...
Milly
2024-05-23
fix(ext/web): `ReadableStream.from()` ignores null `Symbol.asyncIterator` (#2...
Milly
2024-05-23
fix(runtime): use more null proto objects (#23921)
Luca Casonato
2024-05-13
fix(ext/web): update ongoing promise in async iterator `return()` method (#23...
Mattias Buelens
2024-04-23
fix: Float16Array support (#23512)
Kenta Moriuchi
2024-03-22
refactor(ext/web): use relative specifiers (#23024)
Bartek Iwańczuk
2024-03-10
chore: replace 'call' to 'execute' in error messages (#22579)
Kenta Moriuchi
2024-01-29
refactor: Use virtul ops module (#22175)
Bartek Iwańczuk
2024-01-26
refactor: migrate extensions to virtual ops module (#22135)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-04
fix: strict type check for cross realms (#21669)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
perf: remove opAsync (#21690)
Matt Mastracci
2023-12-24
chore: ensure that each op provided to ensureFastOps is only used once (#21689)
Matt Mastracci
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-12-01
refactor: use resourceForReadableStream for fetch (#20217)
Matt Mastracci
2023-11-24
feat(streams): ReadableStream.read min option (#20849)
Leo Kettmeir
2023-11-19
fix(ext,runtime): add missing custom inspections (#21219)
Kenta Moriuchi
2023-11-12
fix(ext/web): Prevent TextDecoderStream resource leak on stream cancellation ...
Florian Schwalm
2023-11-09
perf: remove knowledge of promise IDs from deno (#21132)
Matt Mastracci
2023-10-13
perf(ext/streams): optimize streams (#20649)
Marcos Casagrande
2023-10-10
feat(ext/web): cancel support for TransformStream (#20815)
Luca Casonato
2023-10-10
fix(ext/web): writability of `ReadableStream.from` (#20836)
Luca Casonato
2023-09-23
feat(ext/web): use readableStreamDefaultReaderRead in resourceForReadableStre...
Matt Mastracci
2023-09-17
perf(ext/streams): optimize async iterator (#20541)
Marcos Casagrande
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-08-22
fix(ext/web): better handling of errors in resourceForReadableStream (#20238)
Matt Mastracci
2023-08-17
feat(ext/web): resourceForReadableStream (#20180)
Matt Mastracci
2023-08-15
fix(ext/fetch): clone second branch chunks in Body.clone() (#20057)
Marcos Casagrande
2023-07-02
feat: ReadableStream.from (#19446)
Leo Kettmeir
2023-06-05
chore: update deno_lint to 0.46.0 (#19372)
Kenta Moriuchi
2023-05-01
fix(core): Use primordials for methods (#18839)
Kenta Moriuchi
2023-05-01
refactor(webidl): move prefix & context out of converters options bag (#18931)
Leo Kettmeir
2023-04-30
refactor: remove ext/console/01_colors.js (#18927)
Leo Kettmeir
2023-04-20
refactor(ext/webidl): remove option bags from "makeException" (#18679)
Bartek Iwańczuk
2023-04-14
fix(core): Use safe primordials wrappers (#18687)
Kenta Moriuchi
2023-04-12
refactor(ext/webidl): remove object from 'requiredArguments' (#18674)
Bartek Iwańczuk
2023-04-02
chore: Turn back on dlintPreferPrimordials (#17715)
Kenta Moriuchi
2023-03-27
fix(streams): add support `Float64Array` to `ReadableStreamByobReader` (#18188)
Kenta Moriuchi
2023-03-08
refactor: 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-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
[next]