struct Protocol::Media::PlayerErrorSourceLocation

Overview

Represents logged source line numbers reported in an error.

NOTE file and line are from chromium c++ implementation code, not js.

Included Modules

Defined in:

protocol/media.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def file : String #

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

[View source]