@near-js/iframe-rpc
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @near-js/iframe-rpc

Weekly Downloads

21

Version

0.0.2

License

ISC

Unpacked Size

23 kB

Total Files

19

Last publish

Collaborators

  • nearndy
  • nearmorgan