struct Protocol::Network::SubresourceWebBundleMetadataReceived

Overview

Fired once when parsing the .wbn file has succeeded. The event contains the information about the web bundle contents.

Included Modules

Defined in:

protocol/network.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def request_id : RequestId #

Request identifier. Used to match this information to another event.


[View source]
def urls : Array(String) #

A list of URLs of resources in the subresource Web Bundle.


[View source]