summaryrefslogtreecommitdiff
path: root/extensions/web/lib.deno_web.d.ts
AgeCommit message (Expand)Author
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl
2021-08-09feat(extensions/web): add structuredClone function (#11572)Leo K
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-06feat(web): Implement TextDecoderStream and TextEncoderStream (#10842)Andreu Botella
2021-06-05refactor(web): use encoding_rs for text encoding (#10844)Luca Casonato
2021-06-01fix: Support the stream option to TextDecoder#decode (#10805)Andreu Botella
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden