0.1.4 • Published 7 years ago

sketch-module-fetch-polyfill v0.1.4

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

sketch-module-fetch-polyfill

A fetch polyfill for sketch inspired by unfetch.

Installation

npm i -S sketch-module-fetch-polyfill

Usage

import fetch from 'sketch-module-fetch-polyfill'

fetch("https://google.com")
  .then(response => response.text())
  .then(text => console.log(text))
  .catch(e => console.error(e))
0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago