1.2.1 • Published 5 years ago

@universityofwarwick/serverpipe v1.2.1

Weekly downloads
36
License
ISC
Repository
github
Last release
5 years ago

Server Pipe Build Status

This is a basic wrapper for fetch() that we use to make authenticated requests back to the application server.

Browser support

IE11 will require the following polyfill to enable NodeList.prototype.forEach, Promise, fetch and URL to work:

import 'core-js/modules/web.dom-collections.for-each';
import 'core-js/features/promise';
import 'whatwg-fetch'

You will need:

npm i --save core-js@3.1.3

npm i --save url-polyfill@1.1.7

npm i --save whatwg-fetch@3.0.0

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago