Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
web:js [2024/11/03 13:20] – [Minifiers] Bernard Condrauweb:js [2026/01/22 12:45] (current) – [Mouse / Touch detection] Bernard Condrau
Line 37: Line 37:
 ==== Crypto ==== ==== Crypto ====
   * [[https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/digest#converting_a_digest_to_a_hex_string|SubtleCrypto.digest()]]   * [[https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/digest#converting_a_digest_to_a_hex_string|SubtleCrypto.digest()]]
 +
 +==== Mouse / Touch detection ====
 +  * google "how to detect in browser whether device has mouse capability"
 +  * [[https://github.com/rafgraph/detect-it|Detect It]]