File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -456,7 +456,8 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
456456 AddOption (" --experimental-webstorage" ,
457457 " experimental Web Storage API" ,
458458 &EnvironmentOptions::experimental_webstorage,
459- kAllowedInEnvvar );
459+ kAllowedInEnvvar ,
460+ true );
460461 AddOption (" --localstorage-file" ,
461462 " file used to persist localStorage data" ,
462463 &EnvironmentOptions::localstorage_file,
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ class EnvironmentOptions : public Options {
126126 bool experimental_fetch = true ;
127127 bool experimental_websocket = true ;
128128 bool experimental_sqlite = true ;
129- bool experimental_webstorage = false ;
129+ bool experimental_webstorage = true ;
130130#ifdef NODE_OPENSSL_HAS_QUIC
131131 bool experimental_quic = false ;
132132#endif
You can’t perform that action at this time.
0 commit comments