mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1086 from greysonp/master
Fixed the definitions for local and sync storage.
This commit is contained in:
Vendored
+2
-2
@@ -1534,11 +1534,11 @@ declare module chrome.storage {
|
||||
oldValue?: any;
|
||||
}
|
||||
|
||||
interface Local {
|
||||
interface Local extends StorageArea {
|
||||
QUOTA_BYTES: number;
|
||||
}
|
||||
|
||||
interface Sync {
|
||||
interface Sync extends StorageArea {
|
||||
MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE: number;
|
||||
QUOTA_BYTES: number;
|
||||
QUOTA_BYTES_PER_ITEM: number;
|
||||
|
||||
Reference in New Issue
Block a user