Skip to content

Conversation

@lpinca
Copy link
Member

Add docs for Zlib.prototype.close().

Checklist
Affected core subsystem(s)

doc

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. zlib Issues and PRs related to the zlib subsystem. labels Oct 29, 2017
Copy link
Member

@gireeshpunathilgireeshpunathil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On a side note, I see API docs (inconsistently) use statements that are in:
imperative mood such as
Compress a chunk of data with Gzip.
and declarative mood such as
Creates and returns a new Deflate object with the given options.

probably makes sense to unify them (I like the declarative style), a future code-and-learn candidate?

@daxlab
Copy link
Contributor

+1 @gireeshpunathil

lpinca added a commit that referenced this pull request Nov 3, 2017
PR-URL: #16592 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@lpincalpinca closed this Nov 3, 2017
@lpincalpincaforce-pushed the add/docs-for-zlib-close branch from fb2d28b to 562ea89CompareNovember 3, 2017 08:53
@lpinca
Copy link
MemberAuthor

Landed in 562ea89.

@lpincalpinca deleted the add/docs-for-zlib-close branch November 3, 2017 08:55
cjihrig pushed a commit to cjihrig/node that referenced this pull request Nov 6, 2017
PR-URL: nodejs#16592 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@cjihrigcjihrig mentioned this pull request Nov 6, 2017
MylesBorins pushed a commit that referenced this pull request Nov 14, 2017
PR-URL: #16592 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
gibfahn pushed a commit that referenced this pull request Nov 14, 2017
PR-URL: #16592 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Nov 21, 2017
@gibfahngibfahn mentioned this pull request Nov 21, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.zlibIssues and PRs related to the zlib subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@lpinca@daxlab@jasnell@addaleax@cjihrig@gireeshpunathil@gibfahn@MylesBorins@nodejs-github-bot