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 8fc09a7 commit 5debe1cCopy full SHA for 5debe1c
src/node_builtins.cc
@@ -144,6 +144,7 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
144
"wasi", // Experimental.
145
#if !HAVE_SQLITE
146
"internal/webstorage", // Experimental.
147
+ "internal/inspector/webstorage",
148
#endif
149
"internal/test/binding", "internal/v8_prof_polyfill",
150
};
0 commit comments