-
Notifications
You must be signed in to change notification settings - Fork 929
Closed
Labels
Milestone
Description
As part of SDK 2.0 discussion we should define the minimum supported browser type runtime.
ie. Not just the supported browsers but the language feature set for those browser runtimes
This would then include native or frameworks that "provide" a browser style environment and whether it supports the minumum would identify if that environment is supported.
Additional
Based on the current state of Internet Explorer (IE) and when SDK v2.x will be available, I would propose that IE would be an explicit exclusion (list as not supported). So that (if) anyone is still attempting to support IE, it tells them that any issues will be up to them to address with polyfills (if possible) etc
- This (should) also require defining the JS runtime support (eg ES5, etc) or specifically listing that we need support for X (things like Promise, Proxy, symbol, etc)