Releases: GoogleChrome/proxy-polyfill
Releases · GoogleChrome/proxy-polyfill
July 2020
February 2020
- Adds a trailing semicolon in build, ensures naïve bundlers don't break
- Clears reference to target in more cases (e.g.
Revocable
) to avoid leaking memory
June 2018
March 2018
- Splits the proxy object into its function and the code which adds it to the global scope, allowing for different approaches to importing the code.
June 2017
June 2016
May 2016
March 2016
- correctly pass constructor arguments
- add basic
revocable
support - better support across different documents
- support for proxying objects with prototypes
March 2016
- Adds support for 'construct'
- Clones handler object before use
February 2016
Initial release. Supports basic traps: get, set, and apply. However, this calls seal on any proxied objects.