DEV Community

Discussion on: SolidJS Official Release: The long road to 1.0

Collapse
 
davedbase profile image
David Di Biase

I'm not seeing the same thing. Is this still happening for you?

Collapse
 
mtyson profile image
MTyson

Yeah, but I think it's because I'm visiting friends and I'm using a chromebox.

Here's the error in console:

Uncaught TypeError: Failed to construct 'Worker': Module scripts are not supported on DedicatedWorker yet. You can try the feature with '--enable-experimental-web-platform-features' flag (see crbug.com/680046)
at new Ht (index.d05cdade.js:1)
at index.d05cdade.js:1
at index.d05cdade.js:1
at index.d05cdade.js:1
at O (index.d05cdade.js:1)
at p (index.d05cdade.js:1)
at index.d05cdade.js:1
at index.d05cdade.js:1

Thread Thread
 
ryansolid profile image
Ryan Carniato

Thanks. I see environments without workers are going to be problematic. I wonder if it has issues with other REPL's since I imagine most use workers. Not sure what a good solution is here.

Thread Thread
 
davedbase profile image
David Di Biase

I shared it internally with the core team. I doubt we can do anything because it seems the issue is a lack of worker support. Maybe we can gracefully degrade the need. Thanks for mentioning it though.

Thread Thread
 
mtyson profile image
MTyson

Interestingly, svelte.dev/repl/hello-world?versio... seems to be working ok.

But chromebox is probably left-field enough to not worry about.