jaenster / weakref-pollyfill

A simple polyfill for weakrefs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple WeakRef polyfill

Polyfils for WeakRef. Supports natively chrome 36, firefox 6, Edge 12, IE 11, Opera 23, Safari 8. With additional polyfills support can go back futher.

npm / yarn

Installation npm i weakref-polyfill yarn add weakref-polyfill

Usage

require('weakref-polyfill');
import 'weakref-polyfill'

About

A simple polyfill for weakrefs


Languages

Language:JavaScript 100.0%