1.0.2 • Published 5 years ago

@kalamazoo/polyfills v1.0.2

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

Polyfills

This module has been deprecated

Instead we now recommend Atlaskit consumers to support fetch, ES6 & ES7 using babel-preset-env & babel-polyfill. The supported browser-list most Atlassian products use is:

  "ie >= 11",
  "last 2 Edge version",
  "last 2 Firefox version",
  "last 2 Chrome version",
  "last 2 Safari version",
  "last 2 iOS version",
  "last 2 Android version",
  "last 2 ChromeAndroid version"

This package contains @kalamazoo/polyfills for native methods which are unsupported by some of the browsers that we target.

Installation

yarn add @kalamazoo/polyfills

Usage

Detailed docs and example usage can be found here.