-
- Downloads
Factor out test for access to localStorage (#10533)
* Factor out test for access to localStorage This allows code that uses localStorage to test against `window.hasLocalStorage`, in stead of handling exceptions generated when access to localStorage is denied. * Move check for localStorage to metabase/lib/dom
Please register or sign in to comment