Releases: ltonetwork/simple-iframe-rpc
Releases · ltonetwork/simple-iframe-rpc
v0.1.16
v0.1.15
v0.1.14
v0.1.13: Convert `ErrorEvent`
Trying to use `ErrorEvent` in `postMessage` result in a non-clonable object error. Log the original error to the console if posting the error fails.
v0.1.12: Webpack build UMD.
Also compile as ESM using tsc. Closes #1
v0.1.11
v0.1.10
v0.1.9: Cancel outstanding calls when removing event handler.
Change typing to accept web worker as child.