diff options
author | Anna Henningsen <anna@addaleax.net> | 2018-11-27 10:16:34 +0900 |
---|---|---|
committer | Anna Henningsen <anna@addaleax.net> | 2019-01-05 21:36:46 +0100 |
commit | 73753d48639200f79957b822599e9848b0ac942f (patch) | |
tree | 5a5835afd3cf744d6ef86112524ee7bfe150df5c /doc | |
parent | b857d713f556dd06ee9a3696a7d6195b86a7ebdc (diff) | |
download | node-new-73753d48639200f79957b822599e9848b0ac942f.tar.gz |
zlib: add brotli support
Refs: https://github.com/nodejs/node/pull/20458
Co-authored-by: Hackzzila <admin@hackzzila.com>
PR-URL: https://github.com/nodejs/node/pull/24938
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/errors.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md index b2a24e3b53..9d6f438508 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -624,6 +624,16 @@ An attempt was made to register something that is not a function as an The type of an asynchronous resource was invalid. Note that users are also able to define their own types if using the public embedder API. +<a id="ERR_BROTLI_INVALID_PARAM"></a> +### ERR_BROTLI_INVALID_PARAM + +An invalid parameter key was passed during construction of a Brotli stream. + +<a id="ERR_BROTLI_COMPRESSION_FAILED"> +### ERR_BROTLI_COMPRESSION_FAILED + +Data passed to a Brotli stream was not successfully compressed. + <a id="ERR_BUFFER_CONTEXT_NOT_AVAILABLE"></a> ### ERR_BUFFER_CONTEXT_NOT_AVAILABLE |