How to Check Which JavaScript Runtime Is Running Your Code(blog.vite.host)
blog.vite.host
How to Check Which JavaScript Runtime Is Running Your Code
https://blog.vite.host/identifying-the-javascript-runtime-running-your-code
3 comments
Most of the time you should not even check for the runtime. Instead you should check for the specific feature support that you want to use.