struct Protocol::IndexedDB::RequestDatabaseNames

Overview

Requests database names for given security origin.

Included Modules

Defined in:

protocol/indexed_db.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def database_names : Array(String) #

Database names for origin.


[View source]