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 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