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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 clipboardData : 'undefined' | 49 clipboardData : 'undefined' |
50 currentTarget : '[object XMLHttpRequest]' | 50 currentTarget : '[object XMLHttpRequest]' |
51 defaultPrevented : 'false' | 51 defaultPrevented : 'false' |
52 eventPhase : '2' | 52 eventPhase : '2' |
53 initEvent : 'function initEvent() { [native code] }' | 53 initEvent : 'function initEvent() { [native code] }' |
54 lengthComputable : 'false' | 54 lengthComputable : 'false' |
55 loaded : '0' | 55 loaded : '0' |
56 path : '[object NodeList]' | 56 path : '[object NodeList]' |
57 position : '0' | 57 position : '0' |
58 preventDefault : 'function preventDefault() { [native code] }' | 58 preventDefault : 'function preventDefault() { [native code] }' |
59 returnValue : 'true' | |
60 srcElement : '[object XMLHttpRequest]' | 59 srcElement : '[object XMLHttpRequest]' |
61 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code]
}' | 60 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code]
}' |
62 stopPropagation : 'function stopPropagation() { [native code] }' | 61 stopPropagation : 'function stopPropagation() { [native code] }' |
63 target : '[object XMLHttpRequest]' | 62 target : '[object XMLHttpRequest]' |
64 total : '0' | 63 total : '0' |
65 totalSize : '0' | 64 totalSize : '0' |
66 type : 'load' | 65 type : 'load' |
67 | 66 |
OLD | NEW |