mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: Streams API Doc Rewrite
The Streams API doc is now broken up into 3 sections: 1. API for Consumers 2. API for Implementors 3. Details and Extras This addresses one of the biggest points of confusion for new users who start to consume streams, and get the impression that they have to do lots of extra work and implement classes and such, just to get some data out of a file.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -105,6 +105,23 @@ p {
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
margin: 0 0 1.4667em 0;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
|
||||
table p {
|
||||
margin: 0 1ex;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.apidoc #apicontent p,
|
||||
.apidoc #apicontent li {
|
||||
font-size: 15px;
|
||||
|
||||
Reference in New Issue
Block a user