@noodleseed/one 0.22.0 → 0.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/dist/commands/author-loop.d.ts.map +1 -1
- package/dist/commands/author-loop.js +2 -2
- package/dist/commands/author-loop.js.map +1 -1
- package/dist/commands/catalog-dispatch.d.ts.map +1 -1
- package/dist/commands/catalog-dispatch.js +21 -2
- package/dist/commands/catalog-dispatch.js.map +1 -1
- package/dist/commands/deploy-ops.d.ts.map +1 -1
- package/dist/commands/deploy-ops.js +28 -11
- package/dist/commands/deploy-ops.js.map +1 -1
- package/dist/first-run.d.ts +11 -0
- package/dist/first-run.d.ts.map +1 -1
- package/dist/first-run.js +19 -4
- package/dist/first-run.js.map +1 -1
- package/dist/project-scaffold-templates.d.ts +11 -0
- package/dist/project-scaffold-templates.d.ts.map +1 -0
- package/dist/project-scaffold-templates.js +359 -0
- package/dist/project-scaffold-templates.js.map +1 -0
- package/dist/project.d.ts.map +1 -1
- package/dist/project.js +1 -323
- package/dist/project.js.map +1 -1
- package/dist/react.d.ts +2 -2
- package/dist/react.d.ts.map +1 -1
- package/dist/react.js +1 -1
- package/dist/react.js.map +1 -1
- package/dist/validate.d.ts +12 -0
- package/dist/validate.d.ts.map +1 -1
- package/dist/validate.js +11 -0
- package/dist/validate.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.js +6 -9
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/package.json +1 -1
- package/node_modules/@noodle-borg/authoring/dist/index.d.ts +3 -3
- package/node_modules/@noodle-borg/authoring/dist/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/index.js +1 -1
- package/node_modules/@noodle-borg/authoring/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/components.d.ts +302 -7
- package/node_modules/@noodle-borg/authoring/dist/react/components.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/components.js +39 -7
- package/node_modules/@noodle-borg/authoring/dist/react/components.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/index.d.ts +4 -2
- package/node_modules/@noodle-borg/authoring/dist/react/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/index.js +2 -1
- package/node_modules/@noodle-borg/authoring/dist/react/index.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.d.ts +2618 -0
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.d.ts.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.js +110 -0
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.js.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react.d.ts +2 -2
- package/node_modules/@noodle-borg/authoring/dist/react.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react.js +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/recording.d.ts +1 -1
- package/node_modules/@noodle-borg/authoring/dist/recording.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/recording.js +14 -1
- package/node_modules/@noodle-borg/authoring/dist/recording.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/server.d.ts +25 -2
- package/node_modules/@noodle-borg/authoring/dist/server.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/server.js +7 -3
- package/node_modules/@noodle-borg/authoring/dist/server.js.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/compile.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/compile.js +20 -8
- package/node_modules/@noodle-borg/compiler/dist/compile.js.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.d.ts +2 -0
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.js +6 -0
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.js.map +1 -1
- package/node_modules/@noodle-borg/connector-http/package.json +1 -1
- package/node_modules/@noodle-borg/protocol/dist/mapping.d.ts.map +1 -1
- package/node_modules/@noodle-borg/protocol/dist/mapping.js +8 -0
- package/node_modules/@noodle-borg/protocol/dist/mapping.js.map +1 -1
- package/node_modules/hono/dist/adapter/aws-lambda/handler.js +15 -21
- package/node_modules/hono/dist/adapter/bun/websocket.js +3 -1
- package/node_modules/hono/dist/adapter/lambda-edge/handler.js +8 -2
- package/node_modules/hono/dist/cjs/adapter/aws-lambda/handler.js +15 -21
- package/node_modules/hono/dist/cjs/adapter/bun/websocket.js +3 -1
- package/node_modules/hono/dist/cjs/adapter/lambda-edge/handler.js +8 -2
- package/node_modules/hono/dist/cjs/helper/css/common.js +3 -1
- package/node_modules/hono/dist/cjs/helper/css/index.js +9 -1
- package/node_modules/hono/dist/cjs/jsx/base.js +8 -14
- package/node_modules/hono/dist/cjs/jsx/components.js +41 -21
- package/node_modules/hono/dist/cjs/jsx/context.js +131 -5
- package/node_modules/hono/dist/cjs/jsx/streaming.js +9 -7
- package/node_modules/hono/dist/cjs/middleware/cors/index.js +2 -5
- package/node_modules/hono/dist/cjs/middleware/serve-static/index.js +2 -2
- package/node_modules/hono/dist/cjs/utils/body.js +12 -4
- package/node_modules/hono/dist/cjs/utils/buffer.js +2 -1
- package/node_modules/hono/dist/cjs/validator/validator.js +3 -3
- package/node_modules/hono/dist/helper/css/common.js +3 -1
- package/node_modules/hono/dist/helper/css/index.js +9 -1
- package/node_modules/hono/dist/jsx/base.js +15 -15
- package/node_modules/hono/dist/jsx/components.js +42 -22
- package/node_modules/hono/dist/jsx/context.js +129 -5
- package/node_modules/hono/dist/jsx/streaming.js +10 -8
- package/node_modules/hono/dist/middleware/cors/index.js +2 -5
- package/node_modules/hono/dist/middleware/serve-static/index.js +2 -2
- package/node_modules/hono/dist/types/adapter/aws-lambda/handler.d.ts +1 -1
- package/node_modules/hono/dist/types/jsx/base.d.ts +1 -3
- package/node_modules/hono/dist/types/jsx/context.d.ts +39 -0
- package/node_modules/hono/dist/types/middleware/context-storage/index.d.ts +2 -2
- package/node_modules/hono/dist/types/utils/body.d.ts +1 -1
- package/node_modules/hono/dist/utils/body.js +12 -4
- package/node_modules/hono/dist/utils/buffer.js +2 -1
- package/node_modules/hono/dist/validator/validator.js +3 -3
- package/node_modules/hono/package.json +9 -10
- package/node_modules/tailwindcss/dist/chunk-HMCCH6MG.mjs +1 -0
- package/node_modules/tailwindcss/dist/default-theme.mjs +1 -1
- package/node_modules/tailwindcss/dist/lib.js +13 -13
- package/node_modules/tailwindcss/dist/lib.mjs +18 -18
- package/node_modules/tailwindcss/package.json +2 -2
- package/node_modules/undici/README.md +3 -2
- package/node_modules/undici/docs/docs/api/Agent.md +248 -44
- package/node_modules/undici/docs/docs/api/BalancedPool.md +246 -48
- package/node_modules/undici/docs/docs/api/CacheStorage.md +171 -13
- package/node_modules/undici/docs/docs/api/CacheStore.md +294 -98
- package/node_modules/undici/docs/docs/api/Client.md +365 -178
- package/node_modules/undici/docs/docs/api/ClientStats.md +80 -14
- package/node_modules/undici/docs/docs/api/Connector.md +118 -36
- package/node_modules/undici/docs/docs/api/ContentType.md +65 -25
- package/node_modules/undici/docs/docs/api/Cookies.md +125 -47
- package/node_modules/undici/docs/docs/api/Debug.md +34 -18
- package/node_modules/undici/docs/docs/api/DiagnosticsChannel.md +364 -164
- package/node_modules/undici/docs/docs/api/Dispatcher.md +479 -1093
- package/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +101 -87
- package/node_modules/undici/docs/docs/api/Errors.md +503 -40
- package/node_modules/undici/docs/docs/api/EventSource.md +294 -32
- package/node_modules/undici/docs/docs/api/Fetch.md +680 -31
- package/node_modules/undici/docs/docs/api/GlobalInstallation.md +78 -98
- package/node_modules/undici/docs/docs/api/H2CClient.md +298 -176
- package/node_modules/undici/docs/docs/api/Interceptors.md +355 -0
- package/node_modules/undici/docs/docs/api/MockAgent.md +314 -322
- package/node_modules/undici/docs/docs/api/MockCallHistory.md +272 -98
- package/node_modules/undici/docs/docs/api/MockCallHistoryLog.md +189 -26
- package/node_modules/undici/docs/docs/api/MockClient.md +151 -33
- package/node_modules/undici/docs/docs/api/MockErrors.md +56 -5
- package/node_modules/undici/docs/docs/api/MockPool.md +299 -263
- package/node_modules/undici/docs/docs/api/Pool.md +235 -43
- package/node_modules/undici/docs/docs/api/PoolStats.md +119 -13
- package/node_modules/undici/docs/docs/api/ProxyAgent.md +179 -160
- package/node_modules/undici/docs/docs/api/RedirectHandler.md +238 -63
- package/node_modules/undici/docs/docs/api/RetryAgent.md +113 -26
- package/node_modules/undici/docs/docs/api/RetryHandler.md +161 -77
- package/node_modules/undici/docs/docs/api/RoundRobinPool.md +166 -72
- package/node_modules/undici/docs/docs/api/SnapshotAgent.md +264 -542
- package/node_modules/undici/docs/docs/api/Socks5ProxyAgent.md +162 -186
- package/node_modules/undici/docs/docs/api/Util.md +68 -11
- package/node_modules/undici/docs/docs/api/WebSocket.md +475 -80
- package/node_modules/undici/docs/docs/api/api-lifecycle.md +100 -32
- package/node_modules/undici/docs/docs/best-practices/client-certificate.md +2 -0
- package/node_modules/undici/docs/docs/best-practices/crawling.md +3 -1
- package/node_modules/undici/docs/docs/best-practices/migrating-from-v7-to-v8.md +6 -4
- package/node_modules/undici/docs/docs/best-practices/mocking-request.md +9 -7
- package/node_modules/undici/docs/docs/best-practices/proxy.md +3 -1
- package/node_modules/undici/docs/docs/best-practices/undici-vs-builtin-fetch.md +10 -8
- package/node_modules/undici/docs/docs/best-practices/writing-tests.md +2 -0
- package/node_modules/undici/docs/docs/{GettingStarted.md → getting-started.md} +22 -19
- package/node_modules/undici/docs/docs/index.md +779 -0
- package/node_modules/undici/docs/docs/site.json +125 -0
- package/node_modules/undici/docs/docs/type-map.json +79 -0
- package/node_modules/undici/lib/api/api-request.js +7 -1
- package/node_modules/undici/lib/api/readable.js +47 -2
- package/node_modules/undici/lib/core/errors.js +20 -0
- package/node_modules/undici/lib/core/request.js +1 -1
- package/node_modules/undici/lib/core/util.js +24 -1
- package/node_modules/undici/lib/dispatcher/client-h1.js +92 -1
- package/node_modules/undici/lib/dispatcher/client-h2.js +322 -118
- package/node_modules/undici/lib/dispatcher/client.js +6 -2
- package/node_modules/undici/lib/dispatcher/dispatcher-base.js +1 -0
- package/node_modules/undici/lib/dispatcher/proxy-agent.js +42 -7
- package/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +4 -2
- package/node_modules/undici/lib/handler/redirect-handler.js +1 -0
- package/node_modules/undici/lib/handler/retry-handler.js +57 -19
- package/node_modules/undici/lib/util/cache.js +8 -2
- package/node_modules/undici/lib/web/cookies/parse.js +20 -27
- package/node_modules/undici/lib/web/cookies/util.js +1 -1
- package/node_modules/undici/lib/web/eventsource/eventsource.js +7 -18
- package/node_modules/undici/lib/web/eventsource/util.js +32 -1
- package/node_modules/undici/lib/web/fetch/body.js +43 -0
- package/node_modules/undici/lib/web/fetch/constants.js +1 -1
- package/node_modules/undici/lib/web/fetch/index.js +11 -2
- package/node_modules/undici/lib/web/fetch/request.js +1 -0
- package/node_modules/undici/lib/web/fetch/util.js +4 -1
- package/node_modules/undici/lib/web/websocket/receiver.js +20 -3
- package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +8 -1
- package/node_modules/undici/lib/web/websocket/websocket.js +3 -1
- package/node_modules/undici/package.json +1 -1
- package/node_modules/undici/types/client.d.ts +6 -1
- package/node_modules/undici/types/cookies.d.ts +1 -1
- package/node_modules/undici/types/errors.d.ts +10 -0
- package/node_modules/undici/types/fetch.d.ts +1 -0
- package/node_modules/undici/types/handlers.d.ts +2 -0
- package/node_modules/undici/types/proxy-agent.d.ts +7 -0
- package/package.json +4 -4
- package/react/styles.css +510 -5
- package/react/styles.source.css +850 -0
- package/node_modules/hono/dist/tsconfig.build.tsbuildinfo +0 -1
- package/node_modules/tailwindcss/dist/chunk-XVOTX5KS.mjs +0 -1
|
@@ -1,24 +1,70 @@
|
|
|
1
1
|
# Global Installation
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<!--introduced_in=v7.11.0-->
|
|
4
|
+
<!--type=module-->
|
|
5
|
+
<!-- source_link=index.js -->
|
|
4
6
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Install undici's global web APIs on `globalThis`.
|
|
7
|
+
> Stability: 2 - Stable
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
undici ships its own implementations of several WHATWG web APIs. The `install()`
|
|
10
|
+
function assigns those implementations onto `globalThis`, so they can be used
|
|
11
|
+
without importing them from `'undici'` first. This is useful for polyfilling
|
|
12
|
+
environments, guaranteeing consistent behavior across Node.js versions, and
|
|
13
|
+
satisfying third-party libraries that expect the relevant classes to be global.
|
|
10
14
|
|
|
11
|
-
```
|
|
15
|
+
```mjs
|
|
12
16
|
import { install } from 'undici'
|
|
13
17
|
|
|
14
|
-
// Install undici's global web APIs
|
|
15
18
|
install()
|
|
16
19
|
|
|
17
|
-
//
|
|
18
|
-
|
|
19
|
-
const
|
|
20
|
+
// `fetch`, `Headers`, `Response`, `Request`, etc. now resolve to undici's
|
|
21
|
+
// implementations.
|
|
22
|
+
const response = await fetch('https://example.com')
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
```cjs
|
|
26
|
+
const { install } = require('undici')
|
|
27
|
+
|
|
28
|
+
install()
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
## `install()`
|
|
32
|
+
|
|
33
|
+
<!-- YAML
|
|
34
|
+
added: v7.11.0
|
|
35
|
+
-->
|
|
36
|
+
|
|
37
|
+
* Returns: {undefined}
|
|
38
|
+
|
|
39
|
+
Overwrites the following properties of `globalThis` with undici's
|
|
40
|
+
implementations:
|
|
41
|
+
|
|
42
|
+
* `globalThis.fetch`
|
|
43
|
+
* `globalThis.Headers`
|
|
44
|
+
* `globalThis.Response`
|
|
45
|
+
* `globalThis.Request`
|
|
46
|
+
* `globalThis.FormData`
|
|
47
|
+
* `globalThis.WebSocket`
|
|
48
|
+
* `globalThis.CloseEvent`
|
|
49
|
+
* `globalThis.ErrorEvent`
|
|
50
|
+
* `globalThis.MessageEvent`
|
|
51
|
+
* `globalThis.EventSource`
|
|
52
|
+
|
|
53
|
+
Each installed value is the same object exported by `'undici'` under the
|
|
54
|
+
matching name, so the global identifiers form a single, self-consistent set.
|
|
55
|
+
The assignment is unconditional: any pre-existing global of the same name,
|
|
56
|
+
including the Node.js built-in, is replaced. The change persists for the
|
|
57
|
+
lifetime of the process. Calling `install()` more than once is safe and simply
|
|
58
|
+
re-assigns the same values.
|
|
59
|
+
|
|
60
|
+
Documentation for each installed class lives on its own page: see
|
|
61
|
+
[`fetch`][], [`WebSocket`][], and [`EventSource`][].
|
|
62
|
+
|
|
63
|
+
```mjs
|
|
64
|
+
import { install } from 'undici'
|
|
65
|
+
|
|
66
|
+
install()
|
|
20
67
|
|
|
21
|
-
// All classes are available globally:
|
|
22
68
|
const headers = new Headers([['content-type', 'application/json']])
|
|
23
69
|
const request = new Request('https://example.com')
|
|
24
70
|
const formData = new FormData()
|
|
@@ -26,116 +72,50 @@ const ws = new WebSocket('wss://example.com')
|
|
|
26
72
|
const eventSource = new EventSource('https://example.com/events')
|
|
27
73
|
```
|
|
28
74
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
The `install()` function adds the following classes to `globalThis`:
|
|
32
|
-
|
|
33
|
-
| Class | Description |
|
|
34
|
-
|-------|-------------|
|
|
35
|
-
| `fetch` | The fetch function for making HTTP requests |
|
|
36
|
-
| `Headers` | HTTP headers management |
|
|
37
|
-
| `Response` | HTTP response representation |
|
|
38
|
-
| `Request` | HTTP request representation |
|
|
39
|
-
| `FormData` | Form data handling |
|
|
40
|
-
| `WebSocket` | WebSocket client |
|
|
41
|
-
| `CloseEvent` | WebSocket close event |
|
|
42
|
-
| `ErrorEvent` | WebSocket error event |
|
|
43
|
-
| `MessageEvent` | WebSocket message event |
|
|
44
|
-
| `EventSource` | Server-sent events client |
|
|
45
|
-
|
|
46
|
-
## Using `FormData` with `fetch`
|
|
75
|
+
### Pairing `fetch` and `FormData`
|
|
47
76
|
|
|
48
|
-
|
|
49
|
-
`
|
|
77
|
+
When a request body is a `FormData` instance, the `fetch` and `FormData`
|
|
78
|
+
implementations must come from the same source. After `install()`, both globals
|
|
79
|
+
resolve to undici, so they always match:
|
|
50
80
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
```js
|
|
54
|
-
// Built-in globals from Node.js
|
|
55
|
-
const body = new FormData()
|
|
56
|
-
await fetch('https://example.com', {
|
|
57
|
-
method: 'POST',
|
|
58
|
-
body
|
|
59
|
-
})
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
```js
|
|
63
|
-
// Globals installed from the undici package
|
|
81
|
+
```mjs
|
|
64
82
|
import { install } from 'undici'
|
|
65
83
|
|
|
66
84
|
install()
|
|
67
85
|
|
|
68
86
|
const body = new FormData()
|
|
69
|
-
await fetch('https://example.com', {
|
|
70
|
-
method: 'POST',
|
|
71
|
-
body
|
|
72
|
-
})
|
|
87
|
+
await fetch('https://example.com', { method: 'POST', body })
|
|
73
88
|
```
|
|
74
89
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
`WebSocket`, `CloseEvent`, `ErrorEvent`, `MessageEvent`, and `EventSource`
|
|
78
|
-
also come from the installed `undici` package.
|
|
90
|
+
If global installation is not desired, import the matching pair directly from
|
|
91
|
+
`'undici'` instead:
|
|
79
92
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
```js
|
|
93
|
+
```mjs
|
|
83
94
|
import { fetch, FormData } from 'undici'
|
|
84
95
|
|
|
85
96
|
const body = new FormData()
|
|
86
|
-
await fetch('https://example.com', {
|
|
87
|
-
method: 'POST',
|
|
88
|
-
body
|
|
89
|
-
})
|
|
97
|
+
await fetch('https://example.com', { method: 'POST', body })
|
|
90
98
|
```
|
|
91
99
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
## Use Cases
|
|
100
|
+
Mixing a global `FormData` with `undici.fetch()`, or `undici.FormData` with the
|
|
101
|
+
built-in global `fetch()`, can produce surprising multipart behavior across
|
|
102
|
+
Node.js and undici versions. Keep the two paired.
|
|
97
103
|
|
|
98
|
-
|
|
104
|
+
### Conditional installation
|
|
99
105
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
- **Library compatibility** when third-party libraries expect global fetch
|
|
103
|
-
- **Migration scenarios** where you want to replace built-in implementations
|
|
104
|
-
- **Testing environments** where you need predictable fetch behavior
|
|
106
|
+
`install()` can be guarded so undici's `fetch` is only installed when no global
|
|
107
|
+
`fetch` already exists:
|
|
105
108
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
```js
|
|
109
|
+
```mjs
|
|
109
110
|
import { install } from 'undici'
|
|
110
111
|
|
|
111
|
-
// Check if fetch is available and install if needed
|
|
112
112
|
if (typeof globalThis.fetch === 'undefined') {
|
|
113
113
|
install()
|
|
114
|
-
console.log('Undici fetch installed globally')
|
|
115
114
|
}
|
|
116
115
|
|
|
117
|
-
|
|
118
|
-
const response = await fetch('https://api.example.com')
|
|
116
|
+
const response = await fetch('https://example.com')
|
|
119
117
|
```
|
|
120
118
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
import { install } from 'undici'
|
|
125
|
-
|
|
126
|
-
// In test setup, ensure consistent fetch behavior
|
|
127
|
-
install()
|
|
128
|
-
|
|
129
|
-
// Now all tests use undici's implementations
|
|
130
|
-
test('fetch API test', async () => {
|
|
131
|
-
const response = await fetch('https://example.com')
|
|
132
|
-
expect(response).toBeInstanceOf(Response)
|
|
133
|
-
})
|
|
134
|
-
```
|
|
135
|
-
|
|
136
|
-
## Notes
|
|
137
|
-
|
|
138
|
-
- The `install()` function overwrites any existing global implementations
|
|
139
|
-
- Classes installed are undici's implementations, not Node.js built-ins
|
|
140
|
-
- This provides access to undici's latest fetch, WebSocket, and EventSource features and performance improvements
|
|
141
|
-
- The global installation persists for the lifetime of the process
|
|
119
|
+
[`EventSource`]: EventSource.md#class-eventsource
|
|
120
|
+
[`WebSocket`]: WebSocket.md#class-websocket
|
|
121
|
+
[`fetch`]: Fetch.md
|