OLD | NEW |
1 GET test | 1 GET test |
2 | 2 |
3 responseText | 3 responseText |
4 <?xml version="1.0"?> | 4 <?xml version="1.0"?> |
5 <!DOCTYPE doc [ | 5 <!DOCTYPE doc [ |
6 <!ATTLIST d id ID #IMPLIED> | 6 <!ATTLIST d id ID #IMPLIED> |
7 ]> | 7 ]> |
8 <doc> | 8 <doc> |
9 <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar> | 9 <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar> |
10 <d id="id3">Three</d> | 10 <d id="id3">Three</d> |
(...skipping 29 matching lines...) Expand all Loading... |
40 MOUSEMOVE : '16' | 40 MOUSEMOVE : '16' |
41 MOUSEOUT : '8' | 41 MOUSEOUT : '8' |
42 MOUSEOVER : '4' | 42 MOUSEOVER : '4' |
43 MOUSEUP : '2' | 43 MOUSEUP : '2' |
44 SELECT : '16384' | 44 SELECT : '16384' |
45 bubbles : 'false' | 45 bubbles : 'false' |
46 cancelBubble : 'false' | 46 cancelBubble : 'false' |
47 cancelable : 'true' | 47 cancelable : 'true' |
48 clipboardData : 'undefined' | 48 clipboardData : 'undefined' |
49 currentTarget : '[object XMLHttpRequest]' | 49 currentTarget : '[object XMLHttpRequest]' |
| 50 defaultPrevented : 'false' |
50 eventPhase : '2' | 51 eventPhase : '2' |
51 initEvent : 'function initEvent() { [native code] }' | 52 initEvent : 'function initEvent() { [native code] }' |
52 initProgressEvent : 'function initProgressEvent() { [native code] }' | 53 initProgressEvent : 'function initProgressEvent() { [native code] }' |
53 lengthComputable : 'false' | 54 lengthComputable : 'false' |
54 loaded : '0' | 55 loaded : '0' |
55 position : '0' | 56 position : '0' |
56 preventDefault : 'function preventDefault() { [native code] }' | 57 preventDefault : 'function preventDefault() { [native code] }' |
57 returnValue : 'true' | 58 returnValue : 'true' |
58 srcElement : '[object XMLHttpRequest]' | 59 srcElement : '[object XMLHttpRequest]' |
| 60 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code]
}' |
59 stopPropagation : 'function stopPropagation() { [native code] }' | 61 stopPropagation : 'function stopPropagation() { [native code] }' |
60 target : '[object XMLHttpRequest]' | 62 target : '[object XMLHttpRequest]' |
61 total : '0' | 63 total : '0' |
62 totalSize : '0' | 64 totalSize : '0' |
63 type : 'load' | 65 type : 'load' |
OLD | NEW |