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
Age
Commit message (
Collapse
)
Author
2021-09-02
feat(fmt): add basic JS doc formatting (#11902)
David Sherret
2021-09-02
chore: update dependencies (#11856)
Luca Casonato
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
2021-08-25
feat: ArrayBuffer in structured clone transfer (#11840)
Luca Casonato
2021-08-24
fix: FileReader.readAsText compat (#11814)
Luca Casonato
Fixes a WPT test.
2021-08-23
chore: release crates for 1.13.2 (#11820)
David Sherret
2021-08-16
chore: release crates for 1.13.1 (#11729)
David Sherret
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
* refactor(ops): return BadResource errors in ResourceTable calls Instead of relying on callers to map Options to Results via `.ok_or_else(bad_resource_id)` at over 176 different call sites ...
2021-08-14
cleanup(ext/web/BlobStore): avoid redundant Arc<Box<T>> alloc (#11693)
Aaron O'Mullan
2021-08-13
fix(ext/web): use Array primordials in MessagePort (#11680)
Divy Srivastava
2021-08-12
fix: Blob#slice arguments should be optional (#11665)
Luca Casonato
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl