File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,12 @@ Requirements
102
102
Raven supports IE8+ and all other modern browsers, and works in Web Workers.
103
103
104
104
Raven requires the browser JavaScript environment to provide:
105
+
105
106
- Either `XHR Level 2 <http://caniuse.com/#feat=xhr2 >`_ (IE10+, all other modern browsers)
106
107
or `XDomainRequest <https://developer.mozilla.org/en-US/docs/Web/API/XDomainRequest >`_ (IE8, IE9)
107
108
- A global ``JSON `` object with ``JSON.stringify `` (IE8+ `standards mode
108
- <http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx> `_, all other modern browsers)
109
+ <http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx> `_, all other modern browsers)
109
110
110
111
Raven does not support IE 7 or other older browsers which do not provide the required features listed above.
111
112
On those older browsers, Raven.js is designed to fail gracefully; including it on your page
112
- will have no effect, but it won't collect and report uncaught exceptions.
113
+ will have no effect, but it won't collect and report uncaught exceptions.
You can’t perform that action at this time.
0 commit comments