summaryrefslogtreecommitdiff
path: root/cli/tests/unit/unit_tests.ts
AgeCommit message (Expand)Author
2021-04-27test(cli): run unit tests using Deno.test (#10330)Casper Beyer
2021-04-23refactor(core): rename send() to opcall() (#10307)Aaron O'Mullan
2021-04-19chore: align `Headers` to spec (#10199)Luca Casonato
2021-04-14chore: align FormData to spec (#10169)Luca Casonato
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-08feat: native HTTP bindings (#9935)Bartek IwaƄczuk
2021-03-31refactor: new optimized op-layer using serde_v8 (#9843)Aaron O'Mullan
2021-03-20refactor: Move bin ops to deno_core and unify logic with json ops (#9457)Inteon
2021-03-18refactor: update minimal ops & rename to buffer ops (#9719)Inteon
2021-03-01feat: WebGPU API (#7977)crowlKats
2021-01-18fix(op_crate/fetch): add back ReadableStream.getIterator and deprecate (#9146)Kitson Kelly
2021-01-15refactor(op_crate/fetch): align streams to spec (#9103)Kitson Kelly
2021-01-14fix: align DOMException API to the spec and add web platform testing of it. (...Yoshiya Hinosawa
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-11-25fix(websocket): Fix PermissionDenied error being caught in constructor (#8402)crowlKats
2020-10-08fix: update worker types to better align to lib.dom.d.ts (#7843)Kitson Kelly
2020-09-21fix: Response.arrayBuffer() doesn't return promise (#7618)Luca Casonato
2020-08-11feat(web): FileReader API (#6673)Paul Thompson
2020-07-07feat(test): Add support for regex in filter flag (#6343)Sebastien Filion
2020-06-21feat(unstable): add Deno.fsyncSync and fsync (#6411)Casper Beyer
2020-06-11feat: URL support in Deno filesystem methods (#5990)River
2020-06-09fix: Deno.readSync on stdin (#6126)Casper Beyer
2020-05-20fix: streams hwm validation (#5681)Marcos Casagrande
2020-05-20move js unit tests to cli/tests (#5678)Ryan Dahl