local property

StorageLocal get local

Items in the local storage area are local to each machine.

Implementation

StorageLocal get local => StorageLocal.fromJS($js.chrome.storage.local);