@wcstack/websocket 1.22.5 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ja.md +2 -0
- package/README.md +2 -0
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -320,6 +320,8 @@ unbind();
|
|
|
320
320
|
|
|
321
321
|
Node.js、Deno、Cloudflare Workers など、`EventTarget` と `WebSocket` が利用可能な環境で動作します。
|
|
322
322
|
|
|
323
|
+
Core の構造サーフェスは wcstack I/O ノード横断の規範です([async-io-node-guidelines §3.9](../../docs/async-io-node-guidelines.md))。要素なしで signals に束縛するには [@wcstack/signals — Core を直接束縛する](../signals/README.ja.md#core-を直接束縛する要素なし) を参照。
|
|
324
|
+
|
|
323
325
|
## URL の監視
|
|
324
326
|
|
|
325
327
|
`<wcs-ws>` はデフォルトで以下のタイミングに自動的に接続を開きます:
|
package/README.md
CHANGED
|
@@ -323,6 +323,8 @@ unbind();
|
|
|
323
323
|
|
|
324
324
|
This works in Node.js, Deno, Cloudflare Workers — anywhere `EventTarget` and `WebSocket` are available.
|
|
325
325
|
|
|
326
|
+
The structural Core surface is normative across wcstack IO nodes ([async-io-node-guidelines §3.9](../../docs/async-io-node-guidelines.md)); to bind it into signals with no element at all, see [@wcstack/signals — Binding a Core directly](../signals/README.md#binding-a-core-directly-no-element).
|
|
327
|
+
|
|
326
328
|
## URL Observation
|
|
327
329
|
|
|
328
330
|
By default, `<wcs-ws>` automatically opens a connection when:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wcstack/websocket",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.0",
|
|
4
4
|
"description": "Declarative WebSocket component for Web Components. Framework-agnostic real-time communication via wc-bindable-protocol.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.esm.js",
|