@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.
Files changed (2) hide show
  1. package/README.md +2 -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` for example
251
- 2. Managing request + port lifecycles via abort signals
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
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "homepage": "https://fetch-plus.netlify.app/",
13
13
  "icon": "https://webqit.io/icon.svg",
14
- "version": "0.1.7",
14
+ "version": "0.1.8",
15
15
  "license": "MIT",
16
16
  "repository": {
17
17
  "type": "git",