8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae2e5f commit 8f08328Copy full SHA for 8f08328
test/common/wpt.js
@@ -58,8 +58,8 @@ class ResourceLoader {
58
* @param {string} from the path of the file loading this resource,
59
* relative to thw WPT folder.
60
* @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.
+ * @param {boolean} asFetch if true, return the resource in a
+ * pseudo-Response object.
63
*/
64
read(from, url, asFetch = true) {
65
const file = this.toRealFilePath(from, url);
0 commit comments