How to check whether mswjs is supported or not? #2443
-
Is there a way I can check whether mswjs is supported or not? Basically, I'm trying to use mswjs on low end devices like SamsungTV and it seems to be working fine on latest model 2024 and above and not older models like 2017, 2018, etc. So, how can I check that it's an issue with my setup or mswjs is not supported. e.g. check in the console that FYI - supported web engine on SamsungTVs - https://developer.samsung.com/smarttv/develop/specifications/web-engine-specifications.html |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, @mainendra. MSW is supported as long as its dependencies are supported in your environment. Those include:
These are the main things. |
Beta Was this translation helpful? Give feedback.
Hi, @mainendra.
MSW is supported as long as its dependencies are supported in your environment. Those include:
globalThis.navigator.serviceWorker
)globalThis.fetch
)globalThis.TransformStream
) (often comes in bulk with the Fetch API)These are the main things.