FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: add missing URL argument types in fs.md by vsemozhetbyt · Pull Request #18309 · nodejs/node · GitHub

/ node Public

doc: add missing URL argument types in fs.md - #18309

Closed
vsemozhetbyt wants to merge 1 commit into
nodejs:masterfrom
vsemozhetbyt:doc-fs-add-url-args
Closed

doc: add missing URL argument types in fs.md#18309
vsemozhetbyt wants to merge 1 commit into
nodejs:masterfrom
vsemozhetbyt:doc-fs-add-url-args

Conversation

vsemozhetbyt commented Jan 23, 2018
edited
Loading

Copy link
Copy Markdown
Contributor
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc, fs

Refs:

fs.appendFile() -> fs.writeFile() -> fs.open() -> getPathFromURL()

fs.lchmod() ->fs.open() -> getPathFromURL()

fs.lchown() ->fs.open() -> getPathFromURL()

fs.truncate() ->fs.open() -> getPathFromURL()

fs.writeFile()-> fs.open() -> getPathFromURL()

fs.unwatchFile() -> getPathFromURL()

vsemozhetbyt added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. fast-track PRs that do not need to wait for 48 hours to land. labels Jan 23, 2018
nodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels Jan 23, 2018

Copy link
Copy Markdown
Contributor Author

vsemozhetbyt mentioned this pull request Jan 23, 2018
4 tasks

Copy link
Copy Markdown
Contributor Author

vsemozhetbyt added the whatwg-url Issues and PRs related to the WHATWG URL implementation. label Jan 23, 2018
vsemozhetbyt added a commit that referenced this pull request Jan 23, 2018
PR-URL: #18309
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>

Copy link
Copy Markdown
Contributor Author

Landed in 9145388

vsemozhetbyt deleted the doc-fs-add-url-args branch January 23, 2018 18:15
evanlucas pushed a commit that referenced this pull request Jan 30, 2018
PR-URL: #18309
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
vsemozhetbyt added a commit that referenced this pull request Feb 6, 2018
This seems to be slipped in #18297

PR-URL: #18599
Refs: #18309
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Khaidi Chu <i@2333.moe>
MylesBorins pushed a commit that referenced this pull request Feb 27, 2018
PR-URL: #18309
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>

Copy link
Copy Markdown
Contributor

I've landed this on 8.x and opted not to land on 6.x. Please lmk if this is erroneous

MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
PR-URL: nodejs#18309
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
This seems to be slipped in nodejs#18297

PR-URL: nodejs#18599
Refs: nodejs#18309
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Khaidi Chu <i@2333.moe>
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land. fs Issues and PRs related to the fs subsystem / file system. whatwg-url Issues and PRs related to the WHATWG URL implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL