| Package | Description |
|---|---|
| net.java.html.lib | |
| net.java.html.lib.dom | |
| net.java.html.lib.node.child_process | |
| net.java.html.lib.node.http | |
| net.java.html.lib.node.NodeJS |
| Modifier and Type | Class and Description |
|---|---|
static class |
Union.A3<P1,P2,P3> |
static class |
Union.A4<P1,P2,P3,P4> |
static class |
Union.A5<P1,P2,P3,P4,P5> |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Union.A2<A,B> |
Union.$as(Object value,
Class<A> a,
Class<B> b)
Creates an union for provided value and list of known types.
|
| Modifier and Type | Method and Description |
|---|---|
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled) |
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled,
Function.A1<? super Object,? extends Void> onrejected) |
| Modifier and Type | Field and Description |
|---|---|
static Union.A2<String,Boolean> |
Exports.offscreenBuffering |
static Union.A2<String,Number> |
Exports.orientation |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Union.A2<String,Number>> |
HTMLFrameElement.height
Sets or retrieves the height of the object.
|
Objs.Property<Union.A2<String,Boolean>> |
Window.offscreenBuffering |
Objs.Property<Union.A2<String,Number>> |
Window.orientation |
Objs.Property<Union.A2<String,Number>> |
HTMLFrameElement.width
Sets or retrieves the width of the object.
|
| Modifier and Type | Method and Description |
|---|---|
Union.A2<CanvasRenderingContext2D,WebGLRenderingContext> |
HTMLCanvasElement.getContext(String contextId,
Object... args) |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Union.A2<String,Buffer>> |
ExecFileSyncOptions.input |
Objs.Property<Union.A2<String,Buffer>> |
SpawnSyncOptions.input |
Objs.Property<Union.A2<String,Buffer>> |
ExecSyncOptions.input |
Objs.Property<Union.A2<Boolean,String>> |
SpawnOptions.shell |
Objs.Property<Union.A2<Boolean,String>> |
SpawnSyncOptions.shell |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Union.A2<Agent,Boolean>> |
RequestOptions.agent |
| Modifier and Type | Method and Description |
|---|---|
Union.A2<String,Buffer> |
ReadableStream.read() |
Union.A2<String,Buffer> |
ReadableStream.read(double size) |
Copyright © 2016. All rights reserved.