You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@lists.mozilla.org
As of 2016-11-7 I intend to turn requestIdleCallback on by default
(with the condition that
https://bugzilla.mozilla.org/show_bug.cgi?id=1314314 has landed). It
has been developed behind the dom.requestIdleCallback.enabled
preference. Other UAs shipping this or intending to ship it are Chrome
(shipping), Edge (public support).
Since 'Intent to Implement' was sent mainly clarifications of the spec
have been added. Differences standing out are:
* Callbacks are associated with Window instead of Document
* Opening up for future additions of scheduling strategies
* Added privacy section explaining how the fingerprinting of
requestIdleCallback is no worse than fingerprinting of
requestAnimationFrame
Cheers,
Andreas
Ben Kelly
unread,
Nov 4, 2016, 10:55:25 AM11/4/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Andreas Farre, dev-pl...@lists.mozilla.org
I think we need to fix this issue as well. I think it could probably be
uplifted before requestIdleCallback() hits release, though.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ben Kelly, Andreas Farre
On 11/04/2016 04:55 PM, Ben Kelly wrote:
> I think we need to fix this issue as well. I think it could probably be
> uplifted before requestIdleCallback() hits release, though.
>
> https://bugzilla.mozilla.org/show_bug.cgi?id=1315260