Closed
Bug 1488166
Opened 7 years ago
Closed 7 years ago
Worker fibonacci generator doesn't work in Firefox
Categories
(Core :: DOM: Workers, defect, P3)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
People
(Reporter: cmills, Unassigned)
Details
I just made some updates to our MDN fibonacci worker demo. I simplified it because the previous version was complicated and confusing.
Source: https://github.com/mdn/fibonacci-worker
Live: https://mdn.github.io/fibonacci-worker/
When I test it locally, it works fine in Chrome and Firefox. When I test the live version on GitHub, it only works on Chrome; the Firefox version seems to sometimes give one or two results, but then just stalls and doesn't give any more.
I am testing on macOS 10.13, Firefox Nightly 63.0a1 (2018-09-01).
Comment 1•7 years ago
|
||
It seems to work for me (same setup, but nightly from yesterday). Can you still reproduce this?
Priority: -- → P3
Reporter | ||
Comment 2•7 years ago
|
||
This now seems to work fine, with up-to-date Nightly ;-)
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•