mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Implement a quota of 5MB per origin for localstorage and sessionstorage
This commit is contained in:
parent
a8ad990c6d
commit
fb45b0e691
6 changed files with 66 additions and 36 deletions
|
@ -16,6 +16,7 @@ interface Storage {
|
|||
|
||||
getter DOMString? getItem(DOMString name);
|
||||
|
||||
[Throws]
|
||||
setter void setItem(DOMString name, DOMString value);
|
||||
|
||||
deleter void removeItem(DOMString name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue