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
/
fetch
Age
Commit message (
Expand
)
Author
2021-09-25
fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)
李瑞丰
2021-09-23
perf(ext/fetch): skip USVString webidl conv on string constructor (#12168)
Aaron O'Mullan
2021-09-22
chore: bump crate versions for 1.14.1 (#12172)
Kitson Kelly
2021-09-21
cleanup(ext/fetch): drop redundant webidl converters in fetch() (#12167)
Aaron O'Mullan
2021-09-17
chore: Remove unused deps from Cargo.toml files (#12106)
Squirrel
2021-09-14
chore: bump crate versions for 0.14 (#12072)
David Sherret
2021-09-13
refactor(core): Turn the `wasm_streaming_feed` binding into ops (#11985)
Andreu Botella
2021-09-13
fix(ext/fetch): Properly cancel upload stream when aborting (#11966)
Nayeem Rahman
2021-09-11
refactor: use Deno.core.tryClose (#11980)
Bartek Iwańczuk
2021-09-08
fix: a `Request` whose URL is a revoked blob URL should still fetch (#11947)
Andreu Botella
2021-09-02
chore: update dependencies (#11856)
Luca Casonato
2021-08-25
feat(fetch): mTLS client certificates for fetch() (#11721)
Sean Michael Wykes
2021-08-23
chore: release crates for 1.13.2 (#11820)
David Sherret
2021-08-21
fiz(ext/fetch): Headers constructor error message (#11778)
Feng Yu
2021-08-16
chore: release crates for 1.13.1 (#11729)
David Sherret
2021-08-16
fix(ext/fetch): better error if no content-type
Ben Noordhuis
2021-08-16
fix(ext/fetch): don't use global Deno object
Ben Noordhuis
2021-08-16
feat(runtime): support classic workers for internal testing (#11338)
Andreu Botella
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl