mirror of
https://github.com/denoland/deno.git
synced 2024-12-14 11:27:57 -05:00
8e67bf829a
This reverts commit 930ce20870
.
This is producing false-positives that are not actionable to users.
We're gonna address this in another release.
4 lines
119 B
TypeScript
4 lines
119 B
TypeScript
window.sessionStorage.setItem("hello", "deno");
|
|
|
|
console.log(window.localStorage);
|
|
console.log(window.sessionStorage);
|