JSPM

harmony-proxy

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1001
  • Score
    100M100P100Q105556F
  • License LGPL-3.0

Small shim providing `new Proxy(target, handler)`

Package Exports

  • harmony-proxy

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (harmony-proxy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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