Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

xops/inspector-postmessage-window-transport

Repository files navigation

Deprecated:

This is now archived and the postmessage window transport is built into @open-rpc/client-js and the inspector uses it natively.

Inspector Postmessage Window Transport Plugin

This adds window.open + postMessage support to the OpenRPC inspector.

Install Instructions

  1. Go to http://inspector.open-rpc.org
  2. Click HTTP transport dropdown
  3. Select + Add Transport
  4. Add plugin name: PostMessage Window
  5. Add plugin url: https://xops.github.io/inspector-postmessage-window-transport
  6. Select POSTMESSAGE as the transport type
  7. Click Add Transport

Contributing

How to contribute, build and release are outlined in CONTRIBUTING.md, BUILDING.md and RELEASING.md respectively. Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.