npm.io
1.0.1 • Published 10 years ago

harmony-proxy

Licence
LGPL-3.0
Version
1.0.1
Deps
0
Vulns
0
Weekly
0
Stars
13

harmony-proxy

Harmony-proxy shims the new-style new Proxy(target, handler) API via the old-style Proxy.create(handler) API provided by node --harmony-proxies.

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Old_Proxy_API and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy

Build Status Coverage Status Dependency Status

Installation

$ npm install harmony-proxy

Usage

var Proxy = require('harmony-proxy');

License

LGPLv3

Keywords