@peachy/polyfills
v0.0.14
Published
Polyfills for Peachy
Downloads
278
Readme
@peachy/polyfills
This package includes polyfills for modern JavaScript features to GJS.
Usage
Import the polyfill package at the top of your entry file (usually src/index.ts or src/index.js).
// This will load all polyfills
import "@peachy/polyfills";
// you can also import individual polyfills
import "@peachy/polyfills/performance";Available Polyfills
Performance/High Resolution Time
Docs: https://developer.mozilla.org/en-US/docs/Web/API/Performance
For now, only performance.now() is supported.
