| Package | Description |
|---|---|
| org.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| org.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DOMRect
Specifies a rectangle that contains a line of text in either an element or a TextRange object.
|
| Modifier and Type | Method and Description |
|---|---|
static DOMRectReadOnly |
DOMRectReadOnly.jsConstructor(org.htmlunit.corejs.javascript.Context cx,
org.htmlunit.corejs.javascript.Scriptable scope,
Object[] args,
org.htmlunit.corejs.javascript.Function ctorObj,
boolean inNewExpr)
JavaScript constructor.
|
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.