Open binarykitchen opened 7 years ago
Thrown along these lines
// Check if the key is within our prefix namespace. var isKeyPrefixOurs = function (key) { return key.indexOf(prefix) === 0; };
when using this user agent
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
Probably want to add a null check?
Thrown along these lines
when using this user agent
Probably want to add a null check?