Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Fix driver support checking for custom drivers #18

Merged
merged 1 commit into from
Jun 16, 2015

Conversation

zachjs
Copy link

@zachjs zachjs commented Jun 16, 2015

If localStorage is not available, Locker does not work properly with other drivers. When Locker's functions call _checkSupport() (without any parameters), it checks if the browser supports localStorage specifically, even if that instance is using some other driver. This only really causes an issue if localStorage is not available, when using some other driver as a fallback is most critical.

Please let me know what your thoughts are.

tymondesigns added a commit that referenced this pull request Jun 16, 2015
Fix driver support checking for custom drivers
@tymondesigns tymondesigns merged commit 65bc9f1 into tymondesigns:master Jun 16, 2015
@tymondesigns
Copy link
Owner

Yea this makes sense, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants