Bridge Protocol
The virtual postMessage contract between plugin iframes and the host page.
This section documents the browser bridge, not an HTTP API. Treat these pages as
the window.postMessage contract between a plugin iframe and the taiku host
page.
The high-level flow is:
taiku:initfrom host to iframetaiku:requestfrom iframe to hosttaiku:responseandtaiku:eventback from the host
Fetch the plugin registry. GET
This endpoint is reserved for a remote registry. The current server implementation returns 404 and clients fall back to `/plugins/registry.json`.
Virtual postMessage event envelope. POST
Documentation-only operation for `taiku:event` messages emitted by the host into plugin iframes. This is not an HTTP endpoint.