summaryrefslogtreecommitdiff
path: root/extensions/web/lib.rs
AgeCommit message (Expand)Author
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl
2021-07-05refactor: asynchronous blob backing store (#10969)Jimmy Wärting
2021-07-02perf: speed up TextEncoder.prototype.encodeInto() (#11219)Andreu Botella
2021-06-22feat: transfer MessagePort between workers (#11076)Luca Casonato
2021-06-21feat: `MessageChannel` and `MessagePort` (#11051)Luca Casonato
2021-06-14refactor: move streams implementation to deno_web crate (#10935)Bartek Iwańczuk
2021-06-10refactor: merge deno_file crate into deno_web (#10914)Bartek Iwańczuk
2021-06-07refactor(runtime): move performance API to timers extension (#10818)Satya Rohith
2021-06-05refactor(web): use encoding_rs for text encoding (#10844)Luca Casonato
2021-06-05refactor(crypto): validate max random bytes in Rust (#10857)Leo K
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden