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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 14:01:39 PDT 2007


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

           Summary: Need to support named constants for XMLHttpRequest
                    states
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


XMLHttpRequest draft spec has recently introduced named constants for state
values, which we do not support:

interface XMLHttpRequest {
...
  const unsigned short UNINITIALIZED = 0;
  const unsigned short OPEN = 1;
  const unsigned short SENT = 2;
  const unsigned short RECEIVING = 3;
  const unsigned short LOADED = 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