- 01 Oct, 2019 2 commits
-
-
Sam Sehnert authored
Axios Based Fetch Wrapper See merge request !7
-
+ Updated to use node 8 image instead of switching using `n`
-
- 19 Jul, 2019 1 commit
-
-
Sam Sehnert authored
-
- 17 Dec, 2018 2 commits
-
-
Craig Smith authored
-
-
- 05 Dec, 2018 1 commit
-
-
Sam Sehnert authored
IE11 fetch See merge request !4
-
- 04 Dec, 2018 5 commits
-
-
Craig Smith authored
-
Craig Smith authored
-
Craig Smith authored
-
Craig Smith authored
The fetch() function is a Promise-based mechanism for programmatically making web requests in the browser. This project is a polyfill that implements a subset of the standard Fetch specification, enough to make fetch a viable replacement for most uses of XMLHttpRequest in traditional web applications. A new browser technology that we can leverage to solve the aforementioned issue is Abortable Fetch. Abortable fetch relies on a browser specification for AbortController. The controller has a property called signal which we can pass to our fetch as an option (also named signal), and then use this at our later convenience to cancel the request with the controllers abort method.
-
https://git.customd.com/npm/fetch-wrapperCraig Smith authored
# Conflicts: # .babelrc # package.json # src/index.js
-
- 23 Nov, 2018 3 commits
-
-
Craig Smith authored
-
Craig Smith authored
-
Craig Smith authored
-
- 21 Nov, 2018 3 commits
-
-
Sam Sehnert authored
-
Sam Sehnert authored
-
Sam Sehnert authored
+ Ensuring member methods are bound to the class and don’t lose context when being passed around
-
- 23 Sep, 2018 3 commits
-
-
Sam Sehnert authored
-
Sam Sehnert authored
-
Sam Sehnert authored
+ Added a fetch mocker so we can better test the wrapper + Added a simple GET test to ensure JSON parsing works + Added compose handler test to ensure handlers are called
-
- 22 Sep, 2018 6 commits
-
-
Sam Sehnert authored
-
Sam Sehnert authored
-
Sam Sehnert authored
-
Sam Sehnert authored
-
Sam Sehnert authored
-
Sam Sehnert authored
-
- 17 Sep, 2018 7 commits
-
-
Sam Sehnert authored
-
Sam Sehnert authored
-
Sam Sehnert authored
-
Sam Sehnert authored
-
Sam Sehnert authored
-
Sam Sehnert authored
-
Sam Sehnert authored
-
- 04 Sep, 2018 2 commits
-
-
Craig Smith authored
-
Craig Smith authored
-
- 23 Aug, 2018 2 commits
-
-
Sam Sehnert authored
-
Craig Smith authored
-
- 21 Aug, 2018 3 commits
-
-
Sam Sehnert authored
-
Sam Sehnert authored
-
Sam Sehnert authored
-