Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 addEventListener("error", function(e) { | |
| 2 postMessage({ source: "event listener", value: e.error }); | |
|
nhiroki
2017/04/05 07:38:38
I'm not sure what we want to check by "source". Is
yiyix
2017/04/05 09:02:55
I thought it is like a bonus to test the event sou
| |
| 3 }); | |
| 4 | |
| 5 throw "testError"; | |
| OLD | NEW |