An error occurred fetching the project authors.
- 19 May, 2017 1 commit
-
-
Romain Courteaud authored
https://developer.mozilla.org/en-US/docs/Web/API/Event/currentTarget https://developer.mozilla.org/en-US/docs/Web/API/Event/target event.target is a reference to the object that dispatched the event. It is different from event.currentTarget when the event handler is called during the bubbling or capturing phase of the event.
-
- 02 Nov, 2015 1 commit
-
-
lucas.parsy authored
modified example provided in cryptstorage.js comments. corrected error introduced by last commit (renaming of variable causing errors). modified tests to comply with cryptstorage.js changes
-
- 01 Oct, 2015 1 commit
-
-
lucas.parsy authored
-
- 14 Sep, 2015 1 commit
-
-
Romain Courteaud authored
This storage will transparently compress getAttachment/putAttachment results. Only text, json, xml mme type are compressed. Thanks to Lucas Parsy.
-