summaryrefslogtreecommitdiff
path: root/js/fetch_test.ts
AgeCommit message (Collapse)Author
2018-09-14Make fetch.blob() workParsa Ghadimi
2018-09-12Add support for fetch() headers (#727)qti3e
2018-09-09Expose deno.ErrorKindRyan Dahl
Originally we planned to have a JS class for each error code. But it seems better to just have a single DenoError class with a "kind" property. One nice thing about using an enum instead of classes for errors is that switch() can be used during error handling instead of a bunch of instanceof branches.
2018-09-06Check allow-net in fetchParsa Ghadimi
2018-09-01Minor code refactoringShinDarth
2018-08-30Reorganize js/unit_tests.tsRyan Dahl