Closed averyvery closed 8 years ago
cc @solomonhawk
I'm going to approach this with IE9 support in mind. If we want to we could create a separate trackomatic-legacy bundle that gets generated by the build for targeting IE8 support projects.
:+1:
@solomonhawk in this case, does it make sense to just wrap the whole thing in...
if('querySelector' in document
&& 'localStorage' in window
&& 'addEventListener' in window) {
...
}
...or just individual features?
Yes we should just use that, good idea Doug.
I implemented the mustard-cutting technique discussed here in 1.1.1.
Thanks @solomonhawk. Sounds like we're good to close this?
Closing this.
Some features work in legacy browsers, some don't. We should standardize on this and make sure that all features meet the same requirement.