struct Protocol::DOMStorage::StorageId

Overview

DOM Storage identifier.

Included Modules

Defined in:

protocol/dom_storage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def is_local_storage : Bool #

Whether the storage is local storage (not session storage).


[View source]
def security_origin : String | Nil #

Security origin for the storage.


[View source]
def storage_key : SerializedStorageKey | Nil #

Represents a key by which DOM Storage keys its CachedStorageAreas


[View source]