Browse Source

Fix TJSProgressEvent.Total to refer to lowecase `total` in JS

Michalis Kamburelis 4 months ago
parent
commit
e9a258cc8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl/src/web.pas

+ 1 - 1
packages/rtl/src/web.pas

@@ -1065,7 +1065,7 @@ Type
   Private
     FlengthComputable : Boolean external name 'lengthComputable';
     Floaded : NativeUINT external name 'loaded';
-    FTotal : NativeUINT external name 'Total';
+    FTotal : NativeUINT external name 'total';
   Public
     property lengthComputable : Boolean Read FlengthComputable;
     property loaded : NativeUINT Read FLoaded;