mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 18:07:49 +02:00
* Correct name of Buffer class
This commit is contained in:
parent
07c76c5111
commit
10c84c0875
@ -49,7 +49,7 @@ type
|
||||
|
||||
{ TNJSBuffer }
|
||||
|
||||
TNJSBuffer = class external name 'buffer'
|
||||
TNJSBuffer = class external name 'Buffer'
|
||||
public
|
||||
class function alloc(Size: NativeInt): TJSArrayBuffer;
|
||||
class function alloc(Size: NativeInt; const Fill: JSValue): TJSArrayBuffer;
|
||||
|
Loading…
Reference in New Issue
Block a user