hashable
hashable copied to clipboard
Stateful URLs, easy breezy
Results
3
hashable issues
Sort by
recently updated
recently updated
newest added
I was running into issues storing file names with spaces in the hash object. Although the filename is url-encoded correctly with `%20`'s, the pattern used by hashable.format to what comprimises...
var h = hashable.hash(); h.update({dd:23425}); h.write(); jQuery version: v2.1.1 Trace: Uncaught TypeError: Cannot set property 'dd' of null hashable.js:399 (anonymous function) hashable.js:399 hashable.extend hashable.js:396 hash.update hashable.js:34 Catalogue.setHash c.js:359 (anonymous function)...
bug