Discussion:
[chromium-dev] Blob support for Workers broken in Chrome 71 headless?
Brian Di Palma
2018-12-07 13:00:06 UTC
Permalink
We're using a Worker created via a Blob in our application.
This works in normal Chrome 71 but it's failing in Chrome 71 headless where
it worked in Chrome 70.
Specifically the message event listener callback is not being executed.
If we create the Worker via a script URL everything works as expected.
Is this an expect change or a bug?
I've tried to look through the release/commit log but I haven't found
anything obvious.

Does anyone have any relevant information about this issue?
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/5cd4f2d4-4c7e-4c43-806e-a4182cb4f1f9%40chromium.org.
Marijn Kruisselbrink
2018-12-07 19:32:17 UTC
Permalink
Can you please file a bug, preferable with a minimal repro case? That makes
it easier to look into what is going on.
Post by Brian Di Palma
We're using a Worker created via a Blob in our application.
This works in normal Chrome 71 but it's failing in Chrome 71 headless
where it worked in Chrome 70.
Specifically the message event listener callback is not being executed.
If we create the Worker via a script URL everything works as expected.
Is this an expect change or a bug?
I've tried to look through the release/commit log but I haven't found
anything obvious.
Does anyone have any relevant information about this issue?
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/5cd4f2d4-4c7e-4c43-806e-a4182cb4f1f9%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/5cd4f2d4-4c7e-4c43-806e-a4182cb4f1f9%40chromium.org?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CA%2BOSsVbh%3DNrCLLWhtPdH-b__YMxOSJKy8cvnLZZfN0m7WYkvtg%40mail.gmail.com.
Loading...