Browse Source

Correct XMLHTTPRequest constants

michael 6 years ago
parent
commit
0c812655ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl/web.pas

+ 1 - 1
packages/rtl/web.pas

@@ -2497,7 +2497,7 @@ Type
     const
       UNSENT           = 0;
       OPENED           = 1;
-      HEADERS_RECEIVED = 3;
+      HEADERS_RECEIVED = 2;
       LOADING          = 3;
       DONE             = 4;
   public