Re: CSP: error handling

On Mon, Mar 18, 2013 at 2:42 PM, Hill, Brad <bhill@paypal-inc.com> wrote:
> Will this cause retries, even though the intent is not to load the content?

For EventSource it would, yes.

For XMLHttpRequest though I think I would prefer an error event or
NetworkError exception (in case of synchronous) if the request failed
because of this rather than load coupled with status 400...


-- 
http://annevankesteren.nl/

Received on Monday, 18 March 2013 15:13:14 UTC