|
@@ -1610,14 +1610,9 @@ Type
|
|
|
touchend : TJSTouchEventHandler;
|
|
|
touchmove : TJSTouchEventHandler;
|
|
|
touchcancel : TJSTouchEventHandler;
|
|
|
- procedure addEventListener(aname : string; aListener : TJSEventHandler);
|
|
|
- procedure addEventListener(aname : string; aListener : TJSRawEventHandler);
|
|
|
- procedure addEventListener(aname : string; aListener : JSValue);
|
|
|
Procedure alert(Const Msg : String);
|
|
|
Function atob(Const aValue : string) : string;
|
|
|
procedure blur;
|
|
|
- Procedure clearInterval(aID: NativeInt);
|
|
|
- Procedure clearTimeout(aID: NativeInt);
|
|
|
Function btoa(Const aValue : string) : string;
|
|
|
procedure cancelAnimationFrame(aHandle: Integer);
|
|
|
Procedure close;
|
|
@@ -1646,16 +1641,11 @@ Type
|
|
|
procedure print;
|
|
|
function prompt(const aMessage : String) : String; overload;
|
|
|
function prompt(const aMessage,aDefault : String) : String; overload;
|
|
|
- procedure removeEventListener(aname : string; aListener : TJSEventHandler);
|
|
|
- procedure removeEventListener(aname : string; aListener : JSValue);
|
|
|
function requestAnimationFrame(aCallback: TFrameRequestCallback): Integer;
|
|
|
procedure resizeBy(aWidth,aHeight : NativeInt);
|
|
|
procedure resizeTo(aWidth,aHeight : NativeInt);
|
|
|
procedure scrollBy(x,y : NativeInt);
|
|
|
procedure scrollTo(x,y : NativeInt);
|
|
|
- Function setInterval(ahandler : TJSTimerCallBack; aInterval : NativeUInt) : NativeInt; varargs;
|
|
|
- Function setTimeout(ahandler : TJSTimerCallBack; aTimeout : NativeUInt) : NativeInt; varargs;
|
|
|
- Function setTimeout(ahandler : TJSTimerCallBack) : NativeInt;
|
|
|
procedure stop;
|
|
|
procedure cancelIdleCallback(handle: NativeInt);
|
|
|
function requestIdleCallback(handler: TIdleCallbackProc): NativeInt; overload;
|