Merge pull request #3094 from leviding/patch-1

http -> https
This commit is contained in:
Ilya Kantor 2022-07-10 23:46:28 +02:00 committed by GitHub
commit 994eeb46f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ JavaScript is a developing language, new features get added regularly.
To see their support among browser-based and other engines, see:
- <https://caniuse.com> - per-feature tables of support, e.g. to see which engines support modern cryptography functions: <http://caniuse.com/#feat=cryptography>.
- <https://caniuse.com> - per-feature tables of support, e.g. to see which engines support modern cryptography functions: <https://caniuse.com/#feat=cryptography>.
- <https://kangax.github.io/compat-table> - a table with language features and engines that support those or don't support.
All these resources are useful in real-life development, as they contain valuable information about language details, their support, etc.