Age | Commit message (Collapse) | Author |
|
Fixes https://github.com/denoland/deno/issues/22259
|
|
Follow up to https://github.com/denoland/deno/pull/22135
|
|
|
|
|
|
This fixes point 3 of https://github.com/denoland/deno/issues/20516
This PR creates consistency between the sync and async versions of the
brotli compress where we will always return a buffer like Node.
|
|
This fixes point 2 of #20516
This adds a conversion from Dataview/Buffer by returning `obj.buffer`
which can be converted to a `UInt8Array`.
Question: Regarding point 4 of the mentioned issue would it be
appropriate to copy the toU8 helper to the `zlib.mjs` methods?
|
|
`opAsync` requires a lookup by name on each async call. This is a
mechanical translation of all opAsync calls to ensureFastOps.
The `opAsync` API on Deno.core will be removed at a later time.
|
|
Closes https://github.com/denoland/deno/issues/19510
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|