PhantomJS does not support BroadcastChannel
Bug #1731496 reported by
Bill Erickson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Fix Released
|
Undecided
|
Unassigned | ||
3.0 |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Evergreen 3.0.1
Running 'grunt all' (or 'grunt test') fails from JS error:
ReferenceError: Can't find variable: BroadcastChannel
BroadcastChannel is a relatively new object supported by Chrome and FF, but not yet supported in PhantomJS, at least not the version we're running.
Patch en route to avoid instantiating such an object when it does not exist so unit tests can proceed.
Changed in evergreen: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix:
http:// git.evergreen- ils.org/ ?p=working/ Evergreen. git;a=shortlog; h=refs/ heads/user/ berick/ lp1731496- broadcast- channel- phantom- fix