Skip to content

Commit

Permalink
Remove onerror from ServiceWorkerContainer. Fixes #912
Browse files Browse the repository at this point in the history
  • Loading branch information
jungkees committed Jul 29, 2016
1 parent 589d94f commit c240d9d
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 245 deletions.
10 changes: 0 additions & 10 deletions spec/service_worker/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,6 @@ spec: webidl; urlPrefix: https://heycam.github.io/webidl/

// events
attribute EventHandler oncontrollerchange;
attribute EventHandler onerror;
attribute EventHandler onmessage; // event.source of message events is ServiceWorker object
};
</pre>
Expand Down Expand Up @@ -857,10 +856,6 @@ spec: webidl; urlPrefix: https://heycam.github.io/webidl/
<td><dfn attribute id="service-worker-container-oncontrollerchange-attribute"><code>oncontrollerchange</code></dfn></td>
<td><code><a href="#service-worker-container-controllerchange-event">controllerchange</a></code></td>
</tr>
<tr>
<td><dfn attribute id="service-worker-container-onerror-attribute"><code>onerror</code></dfn></td>
<td><code><a href="#service-worker-container-error-event">error</a></code></td>
</tr>
<tr>
<td><dfn attribute id="service-worker-container-onmessage-attribute"><code>onmessage</code></dfn></td>
<td><code><a href="#service-worker-container-message-event">message</a></code></td>
Expand Down Expand Up @@ -990,11 +985,6 @@ spec: webidl; urlPrefix: https://heycam.github.io/webidl/
<td>{{ServiceWorkerMessageEvent}}</td>
<td>When it receives a message.</td>
</tr>
<tr>
<td><dfn event id="service-worker-container-error-event"><code>error</code></dfn></td>
<td>{{ErrorEvent}}</td>
<td>Any error occurred from the associated <a href="#dfn-service-worker">service workers</a>.</td>
</tr>
</tbody>
</table>
</section>
Expand Down
Loading

0 comments on commit c240d9d

Please sign in to comment.