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 0f8e739 commit 19be6a8Copy full SHA for 19be6a8
src/inspector/storage_agent.cc
@@ -19,8 +19,7 @@ void StorageAgent::Wire(protocol::UberDispatcher* dispatcher) {
19
}
20
DispatchResponse StorageAgent::getStorageKey(
21
std::optional<protocol::String> frameId, protocol::String* storageKey) {
22
- // *storageKey = env_->options()->experimental_inspector_storage_key;
23
- *storageKey = "node-inspector://default-dom-storage";
+ *storageKey = env_->options()->experimental_inspector_storage_key;
24
return protocol::DispatchResponse::Success();
25
26
0 commit comments