Gluon universal package · 1.10.0

@gluonjs/devtools-api

Versioned environment-neutral Gluon Devtools protocol.

Runtimeuniversal
Version1.10.0
LicenseMIT
Public entry points1

Install and start

Install the public package at the same version as the rest of the Gluon train:

shell
npm install @gluonjs/devtools-api
ts
import { DevtoolsProtocol } from '@gluonjs/devtools-api';

const protocol = new DevtoolsProtocol();
protocol.handshake();

Purpose

Versioned, environment-neutral Gluon Devtools protocol.

Use cases

  • Inspector, overlay, and editor integrations that exchange structured records.
  • Protocol handshakes and capability gating across environments.
  • Independent application timelines and snapshots.

Public entry points

Only these package exports are part of the supported public boundary.

Dependencies and peers

Installed dependencies

  • None

Peer dependencies

  • None

API reference

Open an entry point above for generated symbol documentation and a reviewed example for every public symbol. Application code must import from this package entry point, never from repository source paths.

Scope and limits

  • Does not render UI or own a browser bridge by itself.
  • Protocol consumers must validate capability compatibility.

Related guides

Verified integration notes

  • Single public export `.`.
  • Used by `@gluonjs/devtools`.