We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
load
1 parent 5731e2b commit 3907404Copy full SHA for 3907404
doc/api/module.md
@@ -601,12 +601,12 @@ changes:
601
* `importAttributes` {Object}
602
* `nextLoad` {Function} The subsequent `load` hook in the chain, or the
603
Node.js default `load` hook after the last user-supplied `load` hook
604
- * `specifier` {string}
+ * `url` {string}
605
* `context` {Object}
606
* Returns: {Object}
607
* `format` {string}
608
* `shortCircuit` {undefined|boolean} A signal that this hook intends to
609
- terminate the chain of `resolve` hooks. **Default:** `false`
+ terminate the chain of `load` hooks. **Default:** `false`
610
* `source` {string|ArrayBuffer|TypedArray} The source for Node.js to evaluate
611
612
The `load` hook provides a way to define a custom method of determining how a
0 commit comments