struct Protocol::DOM::GetNodeStackTraces

Overview

Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation.

Included Modules

Defined in:

protocol/dom.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def creation : Runtime::StackTrace | Nil #

Creation stack trace, if available.


[View source]