@universityofwarwick/serverpipe

1.2.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @universityofwarwick/serverpipe

Weekly Downloads

1

Version

1.2.1

License

ISC

Unpacked Size

12.7 kB

Total Files

17

Last publish

Collaborators

  • lk9100
  • nickhowes
  • flamingelk
  • warwick-goatee
  • warwick-glasses