capnweb 0.0.0-e4b0aab → 0.0.0-fc8601e
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 +1 -0
- package/dist/index-bun.cjs +2829 -3383
- package/dist/index-bun.cjs.map +1 -1
- package/dist/index-bun.d.cts +384 -85
- package/dist/index-bun.d.ts +384 -85
- package/dist/index-bun.js +2821 -3375
- package/dist/index-bun.js.map +1 -1
- package/dist/index-workers.cjs +2750 -3316
- package/dist/index-workers.cjs.map +1 -1
- package/dist/index-workers.d.cts +303 -2
- package/dist/index-workers.d.ts +303 -2
- package/dist/index-workers.js +2716 -3289
- package/dist/index-workers.js.map +1 -1
- package/dist/index.cjs +2719 -3295
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +303 -2
- package/dist/index.d.ts +303 -2
- package/dist/index.js +2712 -3288
- package/dist/index.js.map +1 -1
- package/package.json +7 -4
- package/dist/index-workers-C1na2_sM.d.cts +0 -444
- package/dist/index-workers-C1na2_sM.d.ts +0 -444
package/README.md
CHANGED
|
@@ -201,6 +201,7 @@ The following types can be passed over RPC (in arguments or return values), and
|
|
|
201
201
|
* `Date`
|
|
202
202
|
* `Uint8Array`
|
|
203
203
|
* `Error` and its well-known subclasses
|
|
204
|
+
* `Blob`
|
|
204
205
|
* `ReadableStream` and `WritableStream`, with automatic flow control.
|
|
205
206
|
* `Headers`, `Request`, and `Response` from the Fetch API.
|
|
206
207
|
|