Skip to content

Commit

Permalink
Merge pull request #80 from saschanaz/patch-1
Browse files Browse the repository at this point in the history
Add default dictionary value
  • Loading branch information
rmcilroy authored Aug 27, 2019
2 parents dbbdd4a + ad6fe66 commit c3f4501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h2><code>Window</code> interface extensions</h2>
[[!HTML5]]</p>
<pre class='idl'>
partial interface Window {
unsigned long requestIdleCallback(IdleRequestCallback callback, optional IdleRequestOptions options);
unsigned long requestIdleCallback(IdleRequestCallback callback, optional IdleRequestOptions options = {});
void cancelIdleCallback(unsigned long handle);
};

Expand Down

0 comments on commit c3f4501

Please sign in to comment.