WorkerScope: Implement missing IsPlayingAudio()
Categories
(Core :: DOM: Workers, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox140 | --- | fixed |
People
(Reporter: aiunusov, Assigned: aiunusov)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
| Assignee | ||
Comment 1•8 months ago
|
||
Updated•8 months ago
|
Updated•8 months ago
|
Updated•8 months ago
|
Updated•8 months ago
|
Updated•8 months ago
|
Updated•8 months ago
|
Updated•8 months ago
|
Updated•8 months ago
|
Updated•8 months ago
|
Backed out for causing mochitest assertion failures on nsGlobalWindowInner.h
| Assignee | ||
Updated•7 months ago
|
Comment 6•7 months ago
|
||
| bugherder | ||
Comment 7•7 months ago
•
|
||
FF140 MDN docs work for this can be tracked in https://github.com/mdn/content/issues/39617
Does this have any developer facing impact? I mean I can't see any IDL changes so nothing seems to be exposed in JavaScript. If this does impact developers, can you point me to a spec link. If not, I'll remove the dev-doc-needed keyword.
Updated•7 months ago
|
| Assignee | ||
Comment 8•7 months ago
|
||
This code is not impacting developers, since the dom.workers.throttling.enabled is disabled
| Assignee | ||
Updated•7 months ago
|
Comment 9•7 months ago
|
||
Hi @Artur
Developers can enable dom.workers.throttling.enabled in Firefox about:config.
It is good to document the expected behaviour earlier, or at least understand what needs to be done before a feature ships.
So assuming this was enabled, does this feature have any impact on web developers? For example, what can they do differently/what interfaces can they access that they can't with this disabled? From what I can tell, this looks like the answer is nothing - its all internal to Firefox. Can you please confirm?
| Assignee | ||
Comment 10•7 months ago
|
||
impact the same as window timers throttling (dom.timeout.enable_budget_timer_throttling)
it's internal Firefox feature
Description
•