2.0.3 • Published 10 months ago

@near-js/iframe-rpc v2.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

IFrame RPC

The @near-js/iframe-rpc package facilitates async RPC calls between cross-domain frames using the postMessage API.

Installation and Usage

Install @near-js/iframe-rpc package from the NPM registry.

# Using Yarn
yarn add @near-js/iframe-rpc 

# Using NPM.
npm install @near-js/iframe-rpc 

In your app:

import { IFrameRPC } from  "@near-js/iframe-rpc";
const rpc = new IFrameRPC({...})
await rpc.isReady
// Call away!

License

This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-MIT and LICENSE-APACHE for details.

2.0.3

10 months ago

2.0.2

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

0.1.0

2 years ago

0.1.0-next.11

2 years ago

0.1.0-next.13

2 years ago

0.1.0-next.12

2 years ago

0.1.0-next.15

2 years ago

0.1.0-next.14

2 years ago

0.1.0-next.3

2 years ago

0.1.0-next.4

2 years ago

0.1.0-next.5

2 years ago

0.1.0-next.6

2 years ago

0.1.0-next.7

2 years ago

0.1.0-next.8

2 years ago

0.1.0-next.9

2 years ago

0.1.0-next.10

2 years ago

0.1.0-next.0

2 years ago

0.1.0-next.1

2 years ago

0.1.0-next.2

2 years ago

0.0.2

3 years ago