| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Should this be rendered or should we escape the special symbols to make them visible? Currently, this is rendered.
Sorry, something went wrong.
There was a problem hiding this comment.
Maybe we could escape this and not escape the example, WDYT (see update)?
Sorry, something went wrong.
|
Should we add something about type links to MDN? |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM with a few comments.
Sorry, something went wrong.
There was a problem hiding this comment.
Is the backtick at the end of the line intentional?
Sorry, something went wrong.
There was a problem hiding this comment.
Not related to this PR, but ascyc is spelled wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
I'm not sure if it should be addressed in this PR, but there are lines longer than 80 characters.
Sorry, something went wrong.
There was a problem hiding this comment.
Sounds like something for #12756
Sorry, something went wrong.
There was a problem hiding this comment.
Also not related to this PR, but "where to start reading" and "how many bytes to read" could probably be rewritten to sound less like questions.
Sorry, something went wrong.
There was a problem hiding this comment.
I did
Where to start reading -> Number of bytes in at which to start reading. and
How many bytes -> Number of bytes
Let me know if you'd prefer something else.
Sorry, something went wrong.
There was a problem hiding this comment.
I'd go with Position to begin reading and Number of bytes to read
Sorry, something went wrong.
|
Thanks for the comments @cjihrig. If this seems reasonable I might as well fix up the rest of the docs then. |
Sorry, something went wrong.
Refs: nodejs#13769 New style is introduced in PR nodejs#13769.
|
Comment from @jasnell in #13767 (comment)
|
Sorry, something went wrong.
PR-URL: nodejs#13767 Refs: nodejs#11135 Refs: nodejs#13769 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
Looks like this fell through the cracks, rebased. I'll land this tomorrow unless there are any objections. |
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #13769 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
|
This is not landing cleanly on 8.x, could it be backported? |
Sorry, something went wrong.
PR-URL: nodejs#13769 Backport-PR-URL: nodejs#15687 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Sorry, something went wrong.
PR-URL: nodejs/node#13769 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
|
This does not land cleanly in LTS. Please feel free to manually backport by following the guide. Please also feel free to replace do-not-land if it is being backported |
Sorry, something went wrong.
PR-URL: nodejs#13769 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
doc
Probably should have a lint rule once #12756 lands.