1.0.2 • Published 4 years ago

unpolyfill v1.0.2

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

unpolyfill

Bare minimum react app polyfill in 9.94 kB

Usage

CDN Links

<script crossorigin src="https://unpkg.com/unpolyfill"></script>

Toolchains

  1. install as a dependency

    yarn add unpolyfill
  2. import at the entry of application

    import 'unpolyfill'

Features

  1. Promise (represents the eventual completion or failure of an asynchronous operation, and its resulting value)
  2. window.fetch (provides an interface for fetching resources)
  3. Map (holds key-value pairs and remembers the original insertion order of the keys)
  4. Set (lets you store unique values of any type, whether primitive values or object references)
  5. window.requestAnimationFrame (tells the browser that you wish to perform an animation and requests that the browser calls a specified function to update an animation before the next repaint)

Polyfill

2.0.0-alpha.0

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago