You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It decodes `stream` in an async iterable of byte arrays and returns decoded data as `uknown` wrapped in `Promise`. This function works asyncronously.
70
+
It decodes `stream` in an async iterable of byte arrays, and returns decoded object as `uknown` type, wrapped in `Promise`. This function works asyncronously.
71
71
72
-
Note that `decodeAsync()` acceps the same options as `decode()`.
72
+
`DecodeAsyncOptions` is the same as `DecodeOptions` for `decode()`.
73
+
74
+
This function is designed to work with whatwg `fetch()` like this:
0 commit comments