Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the minimum browser support for SolidJS? #2163

Closed
cyfung1031 opened this issue May 19, 2024 · 2 comments
Closed

What is the minimum browser support for SolidJS? #2163

cyfung1031 opened this issue May 19, 2024 · 2 comments

Comments

@cyfung1031
Copy link

cyfung1031 commented May 19, 2024

I find that it cannot be used in Waterfox Classic.

Would you please suggest the minimum browser requirement?

SolidJS playground

Screen Shot 2024-05-19 at 15 12 30
@atk
Copy link
Contributor

atk commented May 19, 2024

At least for stores, you need proxy object support: https://caniuse.com/proxy

@ryansolid
Copy link
Member

If we were advertise minimum browser versions the newest features we leverage are globalThis and Proxies. A decent amount of stuff can be polyfilled, but not Proxies. But I think Chrome 48 is the lowest version that runs stock. I'm not sure about the others. The hard part is that Solid came out after the age of evergreen browsers so for 99% of users we could say the last 5 versions or something and be fine since proxies don't work in IE11 it was never supported. Basically every major browser created after 2015 supported Solid. Other lower power devices though have stricter constraints. We do have the ability to to run without proxies and my understanding is there are TV devices running on Chrome 38 with Solid, but I doubt something like the playground is built that strictly.

@solidjs solidjs locked and limited conversation to collaborators May 21, 2024
@ryansolid ryansolid converted this issue into discussion #2165 May 21, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants