1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-25 08:39:09 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Divy Srivastava
a80e34f92c
fix(webstorage): use primordial for Symbol.for (#11276) 2021-07-05 10:24:21 +02:00
Divy Srivastava
e90b97ada2
refactor: use primordials for extensions/webstorage (#11239) 2021-07-03 11:49:41 +02:00
crowlKats
1cb5ec3c5e
fix(webstorage): use opstate for sqlite connection (#10692)
Fixes #10691
2021-05-19 08:28:50 -04:00
crowlKats
dfe528198d
feat: add WebStorage API (#7819)
This commit introduces localStorage and sessionStorage.
2021-05-10 12:02:47 +02:00