Modifier and Type | Interface and Description |
---|---|
interface |
DOMStringList |
interface |
NamedNodeMap
A collection of nodes returned by
Element.attributes (also potentially for DocumentType.entities , DocumentType.notations ). |
interface |
NodeList
NodeList objects are collections of nodes returned by
getElementsByTagName , getElementsByTagNameNS , Node.childNodes
, querySelectorAll, getElementsByClassName , etc.NodeList objects are collections of nodes returned by getElementsByTagName , getElementsByTagNameNS , Node.childNodes
, querySelectorAll, getElementsByClassName , etc. |
Modifier and Type | Method and Description |
---|---|
Indexable |
ScriptProfileNode.getChildren() |
Indexable |
Clipboard.getTypes() |
Indexable |
WebKitMutationObserver.takeRecords() |
Modifier and Type | Interface and Description |
---|---|
interface |
TouchList
A
TouchList represents a list of all of the points of contact with a touch surface; for example, if the user has three fingers on the screen (or trackpad), the corresponding TouchList would have one Touch
object for each finger, for a total of three entries. |
Modifier and Type | Method and Description |
---|---|
Indexable |
MessageEvent.getPorts() |
Modifier and Type | Method and Description |
---|---|
void |
MessageEvent.initMessageEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Object dataArg,
String originArg,
String lastEventIdArg,
Window sourceArg,
Indexable messagePorts) |
void |
MessagePort.postMessage(String message,
Indexable messagePorts)
Posts a message into the event queue.
|
void |
MessageEvent.webkitInitMessageEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Object dataArg,
String originArg,
String lastEventIdArg,
Window sourceArg,
Indexable transferables) |
void |
MessagePort.webkitPostMessage(String message,
Indexable transfer) |
Modifier and Type | Interface and Description |
---|---|
interface |
FileList
An object of this type is returned by the
files property of the HTML input element; this lets you access the list of files selected with the <input type="file"> element. |
interface |
HTMLCollection
HTMLCollection is an interface representing a generic collection of elements (in document order) and offers methods and properties for traversing the list. |
interface |
HTMLOptionsCollection
HTMLOptionsCollection is an interface representing a collection of HTML option elements (in document order) and offers methods and properties for traversing the list as well as optionally altering its items.
|
interface |
RadioNodeList |
Modifier and Type | Method and Description |
---|---|
Indexable |
Location.getAncestorOrigins() |
Indexable |
WebGLRenderingContext.getAttachedShaders(WebGLProgram program) |
Indexable |
IDBObjectStore.getIndexNames()
A list of the names of indexes on objects in this object store.
|
Indexable |
IDBDatabase.getObjectStoreNames()
A list of the names of the object stores currently in the connected database.
|
Indexable |
Console.getProfiles() |
Indexable |
JavaScriptCallFrame.getScopeChain() |
Indexable |
CanvasRenderingContext2D.getWebkitLineDash()
An array which specifies the lengths of alternating dashes and gaps.
|
Modifier and Type | Method and Description |
---|---|
void |
Worker.postMessage(Object message,
Indexable messagePorts)
Sends a message to the worker's inner scope.
|
void |
DedicatedWorkerGlobalScope.postMessage(Object message,
Indexable messagePorts) |
void |
Window.postMessage(Object message,
String targetOrigin,
Indexable messagePorts) |
void |
CanvasRenderingContext2D.setWebkitLineDash(Indexable arg) |
IDBTransaction |
IDBDatabase.transaction(Indexable storeNames)
Immediately returns an IDBTransaction object, and starts a transaction in a separate thread.
|
IDBTransaction |
IDBDatabase.transaction(Indexable storeNames,
int mode)
Immediately returns an IDBTransaction object, and starts a transaction in a separate thread.
|
IDBTransaction |
IDBDatabase.transaction(Indexable storeNames,
String mode)
Immediately returns an IDBTransaction object, and starts a transaction in a separate thread.
|
void |
Worker.webkitPostMessage(Object message,
Indexable messagePorts) |
void |
DedicatedWorkerGlobalScope.webkitPostMessage(Object message,
Indexable transferList) |
void |
Window.webkitPostMessage(Object message,
String targetOrigin,
Indexable transferList) |
Modifier and Type | Class and Description |
---|---|
class |
JsCounter |
class |
JsCSSCharsetRule |
class |
JsCSSFontFaceRule |
class |
JsCSSImportRule |
class |
JsCSSKeyframeRule |
class |
JsCSSKeyframesRule |
class |
JsCSSMatrix |
class |
JsCSSMediaRule |
class |
JsCSSPageRule |
class |
JsCSSPrimitiveValue |
class |
JsCSSRule |
class |
JsCSSRuleList |
class |
JsCSSStyleDeclaration |
class |
JsCSSStyleRule |
class |
JsCSSStyleSheet |
class |
JsCSSTransformValue |
class |
JsCSSUnknownRule |
class |
JsCSSValue |
class |
JsCSSValueList |
class |
JsRect |
class |
JsRGBColor |
class |
JsWebKitCSSFilterValue |
Modifier and Type | Class and Description |
---|---|
class |
JsAnimationEvent |
class |
JsBeforeLoadEvent |
class |
JsCloseEvent |
class |
JsCompositionEvent |
class |
JsCustomEvent |
class |
JsErrorEvent |
class |
JsEvent |
class |
JsEventException |
class |
JsEventListener |
class |
JsHashChangeEvent |
class |
JsKeyboardEvent |
class |
JsMediaStreamEvent |
class |
JsMessageChannel |
class |
JsMessageEvent |
class |
JsMessagePort |
class |
JsMouseEvent |
class |
JsMutationEvent |
class |
JsOverflowEvent |
class |
JsPageTransitionEvent |
class |
JsPopStateEvent |
class |
JsProgressEvent |
class |
JsSpeechRecognitionEvent |
class |
JsTextEvent |
class |
JsTouch |
class |
JsTouchEvent |
class |
JsTouchList |
class |
JsTransitionEvent |
class |
JsUIEvent |
class |
JsWheelEvent |
class |
JsXMLHttpRequestProgressEvent |
Modifier and Type | Method and Description |
---|---|
void |
JsMessageEvent.initMessageEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Object dataArg,
String originArg,
String lastEventIdArg,
Window sourceArg,
Indexable messagePorts) |
void |
JsMessagePort.postMessage(String message,
Indexable messagePorts) |
void |
JsMessageEvent.webkitInitMessageEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Object dataArg,
String originArg,
String lastEventIdArg,
Window sourceArg,
Indexable transferables) |
void |
JsMessagePort.webkitPostMessage(String message,
Indexable transfer) |
Modifier and Type | Method and Description |
---|---|
void |
JsWorker.postMessage(Object message,
Indexable messagePorts) |
void |
JsDedicatedWorkerGlobalScope.postMessage(Object message,
Indexable messagePorts) |
void |
JsWindow.postMessage(Object message,
String targetOrigin,
Indexable messagePorts) |
void |
JsCanvasRenderingContext2D.setWebkitLineDash(Indexable param_webkitLineDash) |
JsIDBTransaction |
JsIDBDatabase.transaction(Indexable storeNames) |
JsIDBTransaction |
JsIDBDatabase.transaction(Indexable storeNames,
int mode) |
JsIDBTransaction |
JsIDBDatabase.transaction(Indexable storeNames,
String mode) |
void |
JsWorker.webkitPostMessage(Object message,
Indexable messagePorts) |
void |
JsDedicatedWorkerGlobalScope.webkitPostMessage(Object message,
Indexable transferList) |
void |
JsWindow.webkitPostMessage(Object message,
String targetOrigin,
Indexable transferList) |
Modifier and Type | Class and Description |
---|---|
class |
JsRange |
class |
JsRangeException |
Modifier and Type | Class and Description |
---|---|
class |
JsMediaList |
class |
JsStyleSheet |
class |
JsStyleSheetList |
Modifier and Type | Class and Description |
---|---|
class |
JsNodeFilter |
class |
JsNodeIterator |
class |
JsTreeWalker |
Modifier and Type | Class and Description |
---|---|
class |
JsElementalBase
All Elemental classes must extend this base class, mixes in support for
Indexable, Settable, Mappable.
|
class |
JsIndexable |
class |
JsMappable |
Modifier and Type | Class and Description |
---|---|
class |
JsXMLHttpRequest |
class |
JsXMLHttpRequestException |
class |
JsXMLHttpRequestUpload |
class |
JsXSLTProcessor |
Modifier and Type | Class and Description |
---|---|
class |
JsDOMParser |
class |
JsXMLSerializer |
class |
JsXPathEvaluator |
class |
JsXPathException |
class |
JsXPathExpression |
class |
JsXPathNSResolver |
class |
JsXPathResult |
Modifier and Type | Interface and Description |
---|---|
interface |
MediaList |
interface |
StyleSheetList |
Modifier and Type | Interface and Description |
---|---|
interface |
Settable
Models an object which can act like a Javascript array capable of indexed assignment.
|
Copyright © 2018. All rights reserved.