@webqit/fetch-plus 0.1.7 → 0.1.8
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.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -247,8 +247,8 @@ response.port.addEventListener('message', (event) => {
|
|
|
247
247
|
|
|
248
248
|
`LiveResponse`-based backends are easy to build. This typically involves:
|
|
249
249
|
|
|
250
|
-
1. Creating the server-side port and exposing it – as `request.port`
|
|
251
|
-
2. Managing request + port lifecycles via abort
|
|
250
|
+
1. Creating the server-side port and exposing it – e.g. as `request.port`
|
|
251
|
+
2. Managing request + port lifecycles via an abort signal
|
|
252
252
|
3. Converting `LiveResponse` to a standard response
|
|
253
253
|
4. Adding the `X-Message-Port` header to the outgoing response
|
|
254
254
|
|