localStorage property

Storage get localStorage

The localStorage property of the StorageAccessHandle interface returns an unpartitioned local Storage object if access was granted, and throws a SecurityError DOMException otherwise.

Implementation

external Storage get localStorage;