struct Protocol::ServiceWorker::ServiceWorkerErrorMessage

Overview

ServiceWorker error message.

Included Modules

Defined in:

protocol/service_worker.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def column_number : Int::Primitive #

[View source]
def error_message : String #

[View source]
def line_number : Int::Primitive #

[View source]
def registration_id : RegistrationID #

[View source]
def source_url : String #

[View source]
def version_id : String #

[View source]