Implement error reporting for workers.

Fixes #3311.
Fixes #13158.
This commit is contained in:
Ms2ger 2016-09-05 18:02:14 +02:00
parent 59cf735f85
commit 60142f87e2
50 changed files with 132 additions and 128 deletions

View file

@ -9,7 +9,7 @@ interface WorkerGlobalScope : EventTarget {
readonly attribute WorkerLocation location;
//void close();
// attribute OnErrorEventHandler onerror;
attribute OnErrorEventHandler onerror;
// attribute EventHandler onlanguagechange;
// attribute EventHandler onoffline;
// attribute EventHandler ononline;