Closed Bug 1121420 Opened 9 years ago Closed 9 years ago

Enable BroadcastChannel by default in release builds.

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla38

People

(Reporter: baku, Assigned: baku)

Details

(Keywords: dev-doc-complete)

Attachments

(2 files)

Attached patch enabled.patchSplinter Review
BroadcastChannel is part of HTML5 and would be nice to have it enabled by default.
Attachment #8548847 - Flags: review?(bugs)
How stable is the worker part of this?
Worker and main-thread share the same logic. And both are based on PBackground. We don't have complex states and/or runnables as WebSocket impl does.

I think to know how stable it is we should expose it to the biggest number of uses we can and have feedback.
Attachment #8548847 - Flags: review?(bugs) → review+
Attached patch enabled2.patchSplinter Review
We want to have this API also in b2g.
Attachment #8548968 - Flags: review?(ehsan)
Attachment #8548968 - Flags: review?(ehsan) → review+
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.