Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrImageTooLarge = errors.New("html: image exceeds configured limits") ErrDOMTooDeep = errors.New("html: DOM exceeds configured depth limit") ErrDOMTooLarge = errors.New("html: DOM exceeds configured node limit") ErrSVGTooLarge = errors.New("html: SVG raster dimensions exceed configured pixel limit") ErrStyleRulesTooLarge = errors.New("html: stylesheet exceeds configured rule limit") )
Functions ¶
func Int64Exceeded ¶
func IntExceeded ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.