[w3c/uievents] load event details (#92)

Is there a reason why status code of loaded resource is not exposed to
`load` event? (https://www.w3.org/TR/DOM-Level-3-Events/#event-type-load)

I think, it could be very useful to have it, for example in
`UIEvent.detail`.

The use-case I found is with dynamically created `<link>`s (style sheets/
HTML imports). With status code given we could control behavior for 204,
205 etc.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/92

Received on Thursday, 30 June 2016 10:58:31 UTC