Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/workers/resources/error-script.js

Issue 2804533002: Update Error Event inside a worker to provide the exact exception value (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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";
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698