Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add dictionary default value
  • Loading branch information
saschanaz authored Aug 22, 2019
commit 62d88b07920e14e4345d5112930f93da62e1f7f9
2 changes: 1 addition & 1 deletion specs/latest/1.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3446,7 +3446,7 @@ <h3><a name="WEBGLCONTEXTEVENT">WebGLContextEvent</a></h3>
<pre class="idl">
[Exposed=(Window,Worker),
Constructor(DOMString type,
optional WebGLContextEventInit eventInit)]
optional WebGLContextEventInit eventInit = {})]
interface <dfn id="WebGLContextLostEvent">WebGLContextEvent</dfn> : <a href="http://www.w3.org/TR/domcore/#event">Event</a> {
readonly attribute DOMString statusMessage;
};
Expand Down