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 fa210f9

Browse filesBrowse files
Trottdanielleadams
authored andcommitted
esm: add JSDoc property descriptions for fetch
PR-URL: #45370 Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jacob Smith <jacob@frende.me>
1 parent 3937118 commit fa210f9
Copy full SHA for fa210f9

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎lib/internal/modules/esm/fetch_module.js‎

Copy file name to clipboardExpand all lines: lib/internal/modules/esm/fetch_module.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ const { once } = require('events');
2121
const { compose } = require('stream');
2222
/**
2323
* @typedef CacheEntry
24-
* @property {Promise<string> | string} resolvedHREF
25-
* @property {Record<string, string>} headers
26-
* @property {Promise<Buffer> | Buffer} body
24+
* @property {Promise<string> | string} resolvedHREF Parsed HREF of the request.
25+
* @property {Record<string, string>} headers HTTP headers of the response.
26+
* @property {Promise<Buffer> | Buffer} body Response body.
2727
*/
2828

2929
/**

0 commit comments

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