mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Auto merge of #7835 - iawaknahc:webstorage-quota, r=jdm
Implement a quota of 5MB per origin for localstorage and sessionstorage PR for https://github.com/servo/servo/issues/6739 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7835) <!-- Reviewable:end -->
This commit is contained in:
commit
06e0447e82
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