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 8f08328

Browse filesBrowse files
Trotttargos
authored andcommitted
test: correct param name in JSDoc comment
PR-URL: #41241 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent dae2e5f commit 8f08328
Copy full SHA for 8f08328

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎test/common/wpt.js‎

Copy file name to clipboardExpand all lines: test/common/wpt.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ class ResourceLoader {
5858
* @param {string} from the path of the file loading this resource,
5959
* relative to thw WPT folder.
6060
* @param {string} url the url of the resource being loaded.
61-
* @param {boolean} asPromise if true, return the resource in a
62-
* pseudo-Response object.
61+
* @param {boolean} asFetch if true, return the resource in a
62+
* pseudo-Response object.
6363
*/
6464
read(from, url, asFetch = true) {
6565
const file = this.toRealFilePath(from, url);

0 commit comments

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