Displaying 2 results from an estimated 2 matches for "webcrypto".
Did you mean:
libcrypto
2025 Apr 08
0
njs-0.8.10
Hello,
I'm glad to announce a new release of NGINX JavaScript module (njs).
This release introduced WebCrypto API, TextEncoder, TextDecoder, crypto,
querystring, xml modules for QuickJS engine.
Learn more about njs:
- Overview and introduction:
https://nginx.org/en/docs/njs/
- NGINX JavaScript in Your Web Server Configuration:
https://youtu.be/Jc_L6UffFOs
- Extending NGINX with Custom Code:...
2023 Jul 06
0
njs-0.8.0
...om(), Array.prototype.toSorted(),
Array.prototype.toSpliced(), Array.prototype.toReversed().
*) Feature: added %TypedArray%.prototype.toSorted(),
%TypedArray%.prototype.toSpliced(),
%TypedArray%.prototype.toReversed().
*) Feature: added CryptoKey properties in WebCrypto.
The following properties for CryptoKey were added:
algorithm, extractable, type, usages.
*) Bugfix: fixed retval of crypto.getRandomValues().
*) Bugfix: fixed evaluation of computed property names with function
expressions.
*) Bugfix: fixed implicit name...