BLEMeshJS
API

Web Package

Browser transport and storage helpers for Web Bluetooth integrations, plus the shared SDK surface.

This page is auto-generated from packages/sdk-web/src/** and the public exports exposed by @blemeshjs/sdk-web.

Update TSDoc comments in source, then run yarn workspace docs api:generate. Normal docs dev, build, and types:check runs regenerate these pages automatically.

Package overview

FieldValue
Package@blemeshjs/sdk-web
Entry pointpackages/sdk-web/src/index.ts
Source treepackages/sdk-web/src/**

Package notes

This package also re-exports symbols from @blemeshjs/sdk and @blemeshjs/crypto. This page focuses on the runtime-specific exports declared in packages/sdk-web/src/**.

Export map

ExportKindSummary
createMeshFunctionNo description yet.

Exported API

createMesh

Kind: Function

Source: packages/sdk-web/src/index.ts#L5

function createMesh<T>(__namedParameters: { meshNetworkManager?: T }): Promise<T>;

On this page