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 00931d1 commit 5321fa8Copy full SHA for 5321fa8
1 file changed
lib/async_hooks.js
@@ -381,6 +381,7 @@ module.exports = {
381
asyncWrapProviders: ObjectFreeze({ __proto__: null, ...asyncWrap.Providers }),
382
// Embedder API
383
AsyncResource,
384
+ // TODO(mcollina): make the list private again.
385
getActiveStores () {
386
return [...storageList];
387
}
0 commit comments