struct Protocol::CSS::GetStyleSheetText

Overview

Returns the current textual content for a stylesheet.

Included Modules

Defined in:

protocol/css.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def text : String #

The stylesheet text.


[View source]