mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-17 20:59:04 +02:00
* Deprecated
This commit is contained in:
parent
a2de03435d
commit
8c8be46ce1
@ -1,4 +1,4 @@
|
|||||||
unit webutils;
|
unit webutils deprecated 'Use rtl.HTMLUtils';
|
||||||
|
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
web, js;
|
web, js;
|
||||||
|
|
||||||
function AsyncSleep(ms: NativeInt): TJSPromise;
|
function AsyncSleep(ms: NativeInt): TJSPromise deprecated 'Use rtl.HTMLUtils.AsyncSleep';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user