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

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: address comments 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/06 04:56:45 "source:" is no longer necessary.
yiyix 2017/04/06 06:33:56 Done.
3 });
4
5 throw "testError";
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698