ready property
The ready
read-only property of the WebTransport interface returns
a promise that resolves when the transport is ready to use.
Implementation
external JSPromise<JSAny?> get ready;
The ready
read-only property of the WebTransport interface returns
a promise that resolves when the transport is ready to use.
external JSPromise<JSAny?> get ready;