Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-27 | Disable flaky fetch tests. | Ryan Dahl | |
2018-11-16 | Support uploading data from fetch() | Ryan Dahl | |
Does not yet support streaming, only strings and TypedArrays for now. | |||
2018-11-14 | Support request method and headers in fetch() (#1188) | Ryan Dahl | |
Adds a general HttpHeader flatbuffer message for serializing requests and responses. | |||
2018-11-02 | Move fetch headers into its own file. | Ryan Dahl | |
2018-10-23 | Make Headers more idiomatic (#1062) | Kitson Kelly | |
2018-10-21 | Implemente clone for FetchResponse (#1054) | ztplz | |
2018-10-19 | Make fetch header compliant with the current spec (#1019) | ztplz | |
2018-09-30 | Format | Ryan Dahl | |
2018-09-30 | Improve fetch headers (#853) | ztplz | |
2018-09-14 | Make fetch.blob() work | Parsa Ghadimi | |
2018-09-12 | Add support for fetch() headers (#727) | qti3e | |
2018-09-09 | Expose deno.ErrorKind | Ryan 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-06 | Check allow-net in fetch | Parsa Ghadimi | |
2018-09-01 | Minor code refactoring | ShinDarth | |
2018-08-30 | Reorganize js/unit_tests.ts | Ryan Dahl | |