diff --git a/doc/api/esm.md b/doc/api/esm.md index b653353f92f70a..f5f34c8c43ff86 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -764,7 +764,7 @@ added: REPLACEME The `initialize` hook provides a way to define a custom function that runs in the loader's thread when the loader is initialized. Initialization happens when the loader is registered via [`register`][] or registered via the -`--loader` command line option. +`--experimental-loader` command line option. This hook can send and receive data from a [`register`][] invocation, including ports and other transferrable objects. The return value of `initialize` must be