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 ErrNoContentDocument = errors.New("No Content Document") + var ErrNotAnHtmlIFrameElement = errors.New("Object is not an HtmlIFrameElement") + var ErrNotImplemented = errors.New("Browser not implemented HtmlIFrameElement") + func GetInterface() js.Value + type HtmlIFrameElement struct + func New(d document.Document) (HtmlIFrameElement, error) + func NewFromElement(elem element.Element) (HtmlIFrameElement, error) + func NewFromJSObject(obj js.Value) (HtmlIFrameElement, error) + func (h HtmlIFrameElement) AllowPaymentRequest() (bool, error) + func (h HtmlIFrameElement) ContentDocument() (document.Document, error) + func (h HtmlIFrameElement) Height() (string, error) + func (h HtmlIFrameElement) HtmlIFrameElement_() HtmlIFrameElement + func (h HtmlIFrameElement) Name() (string, error) + func (h HtmlIFrameElement) SetAllowPaymentRequest(value bool) error + func (h HtmlIFrameElement) SetHeight(value string) error + func (h HtmlIFrameElement) SetName(name string) error + func (h HtmlIFrameElement) SetSrc(value string) error + func (h HtmlIFrameElement) SetSrcdoc(value string) error + func (h HtmlIFrameElement) SetWidth(value string) error + func (h HtmlIFrameElement) Src() (string, error) + func (h HtmlIFrameElement) Srcdoc() (string, error) + func (h HtmlIFrameElement) Width() (string, error) + type HtmlIFrameElementFrom interface + HtmlIFrameElement_ func() HtmlIFrameElement