-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I have an angular application that integrates the print.io widget.
I'm using pio.latest.v2 script and I noticed that on Safari Version 9.1 (11601.5.17.1) on Mac OS it throws this error after the script is loaded:
TypeError: (localStorage).keys().filter(function(a){return 0!==a.indexOf("pio.")}).each is not a function. (In '(localStorage).keys().filter(function(a){return 0!==a.indexOf("pio.")}).each(function(a){return localStorage.removeItem(a),!0})', '(localStorage).keys().filter(function(a){return 0!==a.indexOf("pio.")}).each' is undefined)_
It may be related to how safari handle the LS in private browsing, it raise a QuotaExceededError: DOM Exception 22 only if you try to set a value, otherwise LS looks supported
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels