Live Table: https://diafygi.github.io/webcrypto-examples/
I couldn't find anywhere that had clear examples of WebCryptoAPI, so I wrote examples and made a live table with them. Pull requests welcome!
#!/bin/bash | |
# 1) Page by page on https://github.com/orgs/microsoft/repositories?q=vscode&type=all&language=&sort= do: | |
# document.querySelectorAll('.Link.d-inline-block[itemprop="name codeRepository"]').forEach(el => console.log(el.getAttribute('href'))) | |
# 2) Found repositories | |
REPOS_ORG=( | |
"microsoft/applicationinsights-vscode" |
Live Table: https://diafygi.github.io/webcrypto-examples/
I couldn't find anywhere that had clear examples of WebCryptoAPI, so I wrote examples and made a live table with them. Pull requests welcome!