@@ -3354,6 +3354,17 @@ added: v18.1.0
33543354The ` Response ` that has been passed to ` WebAssembly.compileStreaming ` or to
33553355` WebAssembly.instantiateStreaming ` is not a valid WebAssembly response.
33563356
3357+ <a id =" ERR_WEBSTORAGE_MISSING_STORAGE_PATH " ></a >
3358+
3359+ ### ` ERR_WEBSTORAGE_MISSING_STORAGE_PATH `
3360+
3361+ <!-- YAML
3362+ added: REPLACEME
3363+ -->
3364+
3365+ An attempt was made to access the global [ ` localStorage ` ] [ ] object, but the
3366+ [ ` --localstorage-file ` ] [ ] command-line argument was not provided.
3367+
33573368<a id =" ERR_WORKER_INIT_FAILED " ></a >
33583369
33593370### ` ERR_WORKER_INIT_FAILED `
@@ -4370,6 +4381,7 @@ An error occurred trying to allocate memory. This should never happen.
43704381[ `'uncaughtException'` ] : process.md#event-uncaughtexception
43714382[ `--disable-proto=throw` ] : cli.md#--disable-protomode
43724383[ `--force-fips` ] : cli.md#--force-fips
4384+ [ `--localstorage-file` ] : cli.md#--localstorage-filefile
43734385[ `--no-addons` ] : cli.md#--no-addons
43744386[ `--unhandled-rejections` ] : cli.md#--unhandled-rejectionsmode
43754387[ `Class: assert.AssertionError` ] : assert.md#class-assertassertionerror
@@ -4412,6 +4424,7 @@ An error occurred trying to allocate memory. This should never happen.
44124424[ `http` ] : http.md
44134425[ `https` ] : https.md
44144426[ `libuv Error handling` ] : https://docs.libuv.org/en/v1.x/errors.html
4427+ [ `localStorage` ] : globals.md#localstorage
44154428[ `net.Socket.write()` ] : net.md#socketwritedata-encoding-callback
44164429[ `net` ] : net.md
44174430[ `new URL(input)` ] : url.md#new-urlinput-base
0 commit comments