jsdom

package
v0.0.0-...-1bbb42b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JSDOM

type JSDOM interface {
	DOM() js.Value
	Window() js.Value
	Document() js.Value
	SetHTML(html string)
	PopulateBody(html string) js.Value
	QueryElement(querySelector string) (e js.Value, err error)
	RootElement() js.Value
}

func New

func New(html string, options *M) (JSDOM, error)

type M

type M map[string]interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL