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 42949e6 commit 9dc91acCopy full SHA for 9dc91ac
externs/browser/webstorage.js
@@ -67,14 +67,14 @@ Storage.prototype.clear = function() {};
67
function WindowSessionStorage() {}
68
69
/**
70
- * @type {Storage}
+ * @type {!Storage}
71
*/
72
WindowSessionStorage.prototype.sessionStorage;
73
74
75
* Window implements WindowSessionStorage
76
*
77
78
79
Window.prototype.sessionStorage;
80
@@ -85,14 +85,14 @@ Window.prototype.sessionStorage;
85
function WindowLocalStorage() {}
86
87
88
89
90
WindowLocalStorage.prototype.localStorage;
91
92
93
* Window implements WindowLocalStorage
94
95
96
97
Window.prototype.localStorage;
98
0 commit comments