es2015-proxy

Polyfill for the Proxy object

MIT License

Downloads
76
Stars
4

es2015 Proxy

A simple module that returns the native Proxy implementation if supported, otherwise resolves Google Chrome's proxy-polyfill.

Consumable as AMD, CommonJS, or a Global module.

Usage

Node

const Proxy = require('es2015-proxy');

Everywhere else import dist/proxy-polyfill.min.js.