OLD | NEW |
1 CONSOLE MESSAGE: event.returnValue is deprecated. Please use the standard event.
preventDefault() instead. | 1 CONSOLE WARNING: event.returnValue is deprecated. Please use the standard event.
preventDefault() instead. |
2 GET test | 2 GET test |
3 | 3 |
4 responseText | 4 responseText |
5 <?xml version="1.0"?> | 5 <?xml version="1.0"?> |
6 <!DOCTYPE doc [ | 6 <!DOCTYPE doc [ |
7 <!ATTLIST d id ID #IMPLIED> | 7 <!ATTLIST d id ID #IMPLIED> |
8 ]> | 8 ]> |
9 <doc> | 9 <doc> |
10 <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar> | 10 <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar> |
11 <d id="id3">Three</d> | 11 <d id="id3">Three</d> |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 preventDefault : 'function preventDefault() { [native code] }' | 59 preventDefault : 'function preventDefault() { [native code] }' |
60 returnValue : 'true' | 60 returnValue : 'true' |
61 srcElement : '[object XMLHttpRequest]' | 61 srcElement : '[object XMLHttpRequest]' |
62 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code]
}' | 62 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code]
}' |
63 stopPropagation : 'function stopPropagation() { [native code] }' | 63 stopPropagation : 'function stopPropagation() { [native code] }' |
64 target : '[object XMLHttpRequest]' | 64 target : '[object XMLHttpRequest]' |
65 total : '0' | 65 total : '0' |
66 totalSize : '0' | 66 totalSize : '0' |
67 type : 'load' | 67 type : 'load' |
68 | 68 |
OLD | NEW |