Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit daf1bf5

Browse filesBrowse files
addaleaxItalo A. Casas
authored andcommitted
doc: add links for zlib convenience methods
Add links to the engine classes for the zlib single-call convenience methods. PR-URL: #10829 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent aeaf887 commit daf1bf5
Copy full SHA for daf1bf5

File tree

Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Open diff view settings
Collapse file

‎doc/api/zlib.md‎

Copy file name to clipboardExpand all lines: doc/api/zlib.md
+7-7Lines changed: 7 additions & 7 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ added: v0.6.0
463463
added: v0.11.12
464464
-->
465465

466-
Compress a Buffer or string with Deflate.
466+
Compress a [Buffer][] or string with [Deflate][].
467467

468468
### zlib.deflateRaw(buf[, options], callback)
469469
<!-- YAML
@@ -474,7 +474,7 @@ added: v0.6.0
474474
added: v0.11.12
475475
-->
476476

477-
Compress a Buffer or string with DeflateRaw.
477+
Compress a [Buffer][] or string with [DeflateRaw][].
478478

479479
### zlib.gunzip(buf[, options], callback)
480480
<!-- YAML
@@ -485,7 +485,7 @@ added: v0.6.0
485485
added: v0.11.12
486486
-->
487487

488-
Decompress a Buffer or string with Gunzip.
488+
Decompress a [Buffer][] or string with [Gunzip][].
489489

490490
### zlib.gzip(buf[, options], callback)
491491
<!-- YAML
@@ -496,7 +496,7 @@ added: v0.6.0
496496
added: v0.11.12
497497
-->
498498

499-
Compress a Buffer or string with Gzip.
499+
Compress a [Buffer][] or string with [Gzip][].
500500

501501
### zlib.inflate(buf[, options], callback)
502502
<!-- YAML
@@ -507,7 +507,7 @@ added: v0.6.0
507507
added: v0.11.12
508508
-->
509509

510-
Decompress a Buffer or string with Inflate.
510+
Decompress a [Buffer][] or string with [Inflate][].
511511

512512
### zlib.inflateRaw(buf[, options], callback)
513513
<!-- YAML
@@ -518,7 +518,7 @@ added: v0.6.0
518518
added: v0.11.12
519519
-->
520520

521-
Decompress a Buffer or string with InflateRaw.
521+
Decompress a [Buffer][] or string with [InflateRaw][].
522522

523523
### zlib.unzip(buf[, options], callback)
524524
<!-- YAML
@@ -529,7 +529,7 @@ added: v0.6.0
529529
added: v0.11.12
530530
-->
531531

532-
Decompress a Buffer or string with Unzip.
532+
Decompress a [Buffer][] or string with [Unzip][].
533533

534534
[`Accept-Encoding`]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3
535535
[`Content-Encoding`]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.