MCPcopy Index your code
hub / github.com/react/react / sessionStorageRemoveItem

Function sessionStorageRemoveItem

packages/react-devtools-shared/src/storage.js:38–42  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

36}
37
38export function sessionStorageRemoveItem(key: string): void {
39 try {
40 sessionStorage.removeItem(key);
41 } catch (error) {}
42}
43
44export function sessionStorageSetItem(key: string, value: any): void {
45 try {

Callers 2

AgentClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected