diafygi / webcrypto-examples

Web Cryptography API Examples Demo: https://diafygi.github.io/webcrypto-examples/
GNU General Public License v2.0
1.64k stars 193 forks source link

Display userAgent above the table. #14

Closed jedie closed 9 years ago

jedie commented 9 years ago

So it's easier to made a screenshot and you see witch browser are used.

e.g.: Firefox v31esr under windows 8.1 64bit:

firefox_v31_windows8_1_64bit


Firefox v39 under linux mint 17:

Firefox_v39_ubuntu

diafygi commented 9 years ago

User agent is not necessary. I would, however, accept a pull request that feature tests for webcryptoapi and displays a note if there is no javascript (in line with #13 ) or doesn't have crypto.subtle.

jedie commented 9 years ago

Yes, it's not really necessary. It's just a helper to have some version information i a screenshot. That's all.