mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-15 10:29:11 +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
|
Public
|
||||||
constructor New(x,y : Cardinal); overload;
|
constructor New(x,y : Cardinal); overload;
|
||||||
{ getContextAs2DContext reintroduced here to return the subclassed context }
|
{ getContextAs2DContext reintroduced here to return the subclassed context }
|
||||||
Function getContextAs2DContext(contextType : string; contextAttributes : TJSObject) : TJSOffscreenCanvasRenderingContext2D; external name 'getContext';
|
Function getContextAs2DContext(contextType : string; contextAttributes : TJSObject) : TJSOffscreenCanvasRenderingContext2D; external name 'getContext'; reintroduce;
|
||||||
Function getContextAs2DContext(contextType : string) : TJSOffscreenCanvasRenderingContext2D; external name 'getContext';
|
Function getContextAs2DContext(contextType : string) : TJSOffscreenCanvasRenderingContext2D; external name 'getContext'; reintroduce;
|
||||||
function transferToImageBitmap: TJSImageBitmap;
|
function transferToImageBitmap: TJSImageBitmap;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user