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 0b2e2e5 commit de96fecCopy full SHA for de96fec
1 file changed
src/node_options.h
@@ -131,7 +131,6 @@ class EnvironmentOptions : public Options {
131
bool experimental_ffi = EXPERIMENTALS_DEFAULT_VALUE;
132
bool experimental_websocket = true;
133
bool experimental_sqlite = HAVE_SQLITE;
134
- bool experimental_stream_iter = false;
135
bool experimental_logger = false;
136
bool experimental_stream_iter = EXPERIMENTALS_DEFAULT_VALUE;
137
bool webstorage = HAVE_SQLITE;
0 commit comments