[Webkit-unassigned] [Bug 13148] Need to support named constants for XMLHttpRequest states

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 18 00:31:15 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=13148


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from ap at webkit.org  2008-04-18 00:31 PDT -------
Support for named constants was landed by Sam Weinig in
<http://trac.webkit.org/projects/webkit/changeset/32037>.

+        const unsigned short UNSENT = 0;
+        const unsigned short OPENED = 1;
+        const unsigned short HEADERS_RECEIVED = 2;
+        const unsigned short LOADING = 3;
+        const unsigned short DONE = 4;


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list