]> git.kaiwu.me - njs.git/commit
WebCrypto: added back custom exception types using new public API.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 21 Jun 2023 23:30:00 +0000 (16:30 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 21 Jun 2023 23:30:00 +0000 (16:30 -0700)
commit32e60388f25e8f6cde935582c65eaf86eedfd0fa
tree9f6747ebcc4946727eb1446747aad279c0662fcf
parent3238e85abee52568811fb8373a4e9fe90cb823cc
WebCrypto: added back custom exception types using new public API.

In f1432043a6a4, when rewriting webcrypto module using public API all
the exceptions types were squashed into a single Error type. This patch
reintroduces the standard exception types back using new API.
external/njs_webcrypto_module.c
test/harness/runTsuite.js