dojo / has

:rocket: Dojo 2 - feature detection library.
http://dojo.io
Other
3 stars 18 forks source link

Proper sniffing of browser features #48

Closed kitsonk closed 7 years ago

kitsonk commented 7 years ago

Bug

We have run into several challenges of feature detecting in an environment where browser features aren't always part of the "global" context. This is likely to result in several sub issues, so this will be created as an epic.

In addition, ECMAScript is likely to introduce a global reference, which like the NodeJS global is the best way to operate the "global" scope when running in a strict mode. (See dojo/shim#80)

There are several points we need to make sure that our code is "safe":

kitsonk commented 7 years ago

This issue is generally stale and we should cover off point issues as they come up.