Versions in this module Expand all Collapse all v1 v1.5.1 Sep 14, 2024 v1.5.0 Sep 11, 2024 Changes in this version + var ErrNotAnHTMLQuoteElement = errors.New("Object is not an HTMLQuoteElement") + var ErrNotImplemented = errors.New("Browser not implemented HTMLQuoteElement") + func GetInterface() js.Value + type HtmlQuoteElement struct + func New(d document.Document) (HtmlQuoteElement, error) + func NewBlockQuote(d document.Document) (HtmlQuoteElement, error) + func NewFromElement(elem element.Element) (HtmlQuoteElement, error) + func NewFromJSObject(obj js.Value) (HtmlQuoteElement, error) + func (h HtmlQuoteElement) Cite() (string, error) + func (h HtmlQuoteElement) HtmlQuoteElement_() HtmlQuoteElement + func (h HtmlQuoteElement) SetCite(value string) error + type HtmlQuoteElementFrom interface + HtmlQuoteElement_ func() HtmlQuoteElement