Skip to content

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

@vsemozhetbytvsemozhetbyt commented Jan 23, 2018

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()

@vsemozhetbytvsemozhetbyt 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-botnodejs-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
@vsemozhetbyt

Copy link
Copy Markdown
ContributorAuthor

@vsemozhetbytvsemozhetbyt mentioned this pull request Jan 23, 2018
4 tasks
@vsemozhetbyt

Copy link
Copy Markdown
ContributorAuthor

@vsemozhetbytvsemozhetbyt 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>
@vsemozhetbyt

Copy link
Copy Markdown
ContributorAuthor

Landed in 9145388

@vsemozhetbyt
vsemozhetbyt deleted the doc-fs-add-url-args branch January 23, 2018 18:15
@evanlucasevanlucas mentioned this pull request Jan 30, 2018
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>
@MylesBorins

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>
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.fast-trackPRs that do not need to wait for 48 hours to land.fsIssues and PRs related to the fs subsystem / file system.whatwg-urlIssues and PRs related to the WHATWG URL implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@vsemozhetbyt@MylesBorins@cjihrig@joyeecheung@nodejs-github-bot