Conversation
|
Current/Nuxt2 baseline for modern is supporting modules (Chrome and FF ~60) and optional chaining is more recent (chrome 80 and FF 74). I think it is worth checking how many other libraries need to transform to make this happen. If this only change makes compatibility, I think it worth. |
|
the app plugin must be using. It better to move it to And the |
|
@poyoho Please make sure to check MDN for browser support. The lowest browser we can aim for bridge is chrome and firefox ~60 that support module scripts. They both support Proxy on an earlier version. More precise chart: https://caniuse.com/es6-module-dynamic-import |
|
But ie no support it https://caniuse.com/?search=proxy 👀. And module scripts can folyfill by |
|
Yes. We won't support internet explorer with a bridge. The least base line for bridge is browsers listed in https://caniuse.com/es6-module-dynamic-import. (Currently
As daniel mentioned, we plan to target modern browsers only without polyfills. There are more and more underlying libraries setting this baseline and using new features such as Proxies. |
This reverts commit d5ab1a0.
|
@pi0 It better to declare in the document 😅. The lowest browser we can using bridge is chrome and firefox ~60 |
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
when It plan to release? |
|
Thank you! ❤️ This should now be available on edge releases. |
🔗 Linked issue
compatible with lower version browsers.
?.❓ Type of change
📚 Description
📝 Checklist