-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(node): add missing Brotli APIs to the zlib module
Summary: https://nodejs.org/api/zlib.html Also, narrow the type of the second argument to the `asyncFn`'s callbacks from `any` to `Buffer`, and expand the type of the first argument to all functions to include more `Buffer`-like types, as specified in the node documentation. <!-- If this is a change to library defintions, please include links to relevant documentation. If this is a documentation change, please prefix the title with [DOCS]. If this is neither, ensure you opened a discussion issue and link it in the PR description. --> Pull Request resolved: #8463 Reviewed By: nmote Differential Revision: D26605398 Pulled By: jobrk fbshipit-source-id: b13eb4c1cbcab601743bf84177904508f3dd21ef
- Loading branch information
1 parent
98b5329
commit 8fc3a08
Showing
2 changed files
with
131 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters