mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 18:07:49 +02:00
Removed hint.
This commit is contained in:
parent
c524e33e19
commit
4e15c853b6
@ -2573,8 +2573,8 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
|
||||
Public
|
||||
constructor New(x,y : Cardinal); overload;
|
||||
{ getContextAs2DContext reintroduced here to return the subclassed context }
|
||||
Function getContextAs2DContext(contextType : string; contextAttributes : TJSObject) : TJSOffscreenCanvasRenderingContext2D; external name 'getContext';
|
||||
Function getContextAs2DContext(contextType : string) : TJSOffscreenCanvasRenderingContext2D; external name 'getContext';
|
||||
Function getContextAs2DContext(contextType : string; contextAttributes : TJSObject) : TJSOffscreenCanvasRenderingContext2D; external name 'getContext'; reintroduce;
|
||||
Function getContextAs2DContext(contextType : string) : TJSOffscreenCanvasRenderingContext2D; external name 'getContext'; reintroduce;
|
||||
function transferToImageBitmap: TJSImageBitmap;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user