summaryrefslogtreecommitdiff
path: root/js/fetch.ts
AgeCommit message (Expand)Author
2019-01-03Support more fetch init body types (#1449)Kevin (Kun) "Kassimo" Qian
2018-12-21Implement `Body.formData` for fetch (#1393)Kevin (Kun) "Kassimo" Qian
2018-12-06Use alternate TextEncoder/TextDecoder implementation (#1281)Kitson Kelly
2018-11-16Support uploading data from fetch()Ryan Dahl
2018-11-14Support request method and headers in fetch() (#1188)Ryan Dahl
2018-11-13Support streaming response bodies from fetch()Ryan Dahl
2018-11-02Move fetch headers into its own file.Ryan Dahl
2018-10-30Rename FetchReq op to Fetch.Ryan Dahl
2018-10-23Make Headers more idiomatic (#1062)Kitson Kelly
2018-10-21Implemente clone for FetchResponse (#1054)ztplz
2018-10-20Format.Ryan Dahl
2018-10-19 Make fetch header compliant with the current spec (#1019)ztplz
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-14Align JSDoc to style guide.Kitson Kelly
2018-10-07Updates to js to clean up default libraryKitson Kelly
2018-10-04Rename fbs to msg.Ryan Dahl
2018-10-04Rename flatbuffer base.msg to base.innerRyan Dahl
2018-09-30Improve fetch headers (#853)ztplz
2018-09-14Make fetch.blob() workParsa Ghadimi
2018-09-14Rename fetch_types.d.ts to dom_types.d.tsParsa Ghadimi
2018-09-12Add support for fetch() headers (#727)qti3e
2018-09-10fbs_util.ts -> dispatch.tsRyan Dahl
2018-09-09Remove namespace from src/msg.fbsRyan Dahl
2018-09-09Map promises onto futures.Ryan Dahl
2018-09-06Check allow-net in fetchParsa Ghadimi
2018-08-31Refactor libdeno.send() code to reduce boilerplate.Ryan Dahl
2018-08-25Prevent circular imports in ts code (#576)Francesco Borzì
2018-08-23fmtRyan Dahl
2018-08-20Fix TS errors in fetch.tsRyan Dahl
2018-08-20First pass at fetch()Ryan Dahl
2018-08-19add notImplemented and unreachable util functions (#540)Bartek Iwańczuk
2018-07-24Change copyrights to be 'Deno authors'.Ryan Dahl
2018-07-06Import ts file from prototype without changeRyan Dahl