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 ErrNotAnHTMLScriptElement = errors.New("Object is not an HTMLScriptElement") + var ErrNotImplemented = errors.New("Browser not implemented HTMLScriptElement") + func GetInterface() js.Value + type HtmlScriptElement struct + func New(d document.Document) (HtmlScriptElement, error) + func NewFromElement(elem element.Element) (HtmlScriptElement, error) + func NewFromJSObject(obj js.Value) (HtmlScriptElement, error) + func (h HtmlScriptElement) Async() (bool, error) + func (h HtmlScriptElement) Defer() (bool, error) + func (h HtmlScriptElement) HtmlScriptElement_() HtmlScriptElement + func (h HtmlScriptElement) NoModule() (bool, error) + func (h HtmlScriptElement) ReferrerPolicy() (string, error) + func (h HtmlScriptElement) SetAsync(value bool) error + func (h HtmlScriptElement) SetDefer(value bool) error + func (h HtmlScriptElement) SetNoModule(value bool) error + func (h HtmlScriptElement) SetReferrerPolicy(value string) error + func (h HtmlScriptElement) SetSrc(value string) error + func (h HtmlScriptElement) SetText(value string) error + func (h HtmlScriptElement) SetType(value string) error + func (h HtmlScriptElement) Src() (string, error) + func (h HtmlScriptElement) Text() (string, error) + func (h HtmlScriptElement) Type() (string, error) + type HtmlScriptElementFrom interface + HtmlScriptElement_ func() HtmlScriptElement