mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-13 16:49:22 +02:00
* Fix TFrameRequestCallback
This commit is contained in:
parent
e1637a739f
commit
a39d168575
@ -1990,7 +1990,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
|
||||
|
||||
{ TJSWindow }
|
||||
TJSDOMHighResTimeStamp = Double;
|
||||
TFrameRequestCallback = procedure (aTime: TJSDOMHighResTimeStamp);
|
||||
TFrameRequestCallback = reference to procedure (aTime: TJSDOMHighResTimeStamp);
|
||||
|
||||
TJSPostMessageOptions = class external name 'Object' (TJSObject)
|
||||
targetOrigin : string;
|
||||
|
Loading…
Reference in New Issue
Block a user