@@ -113,6 +113,7 @@ export const DOC_TYPES_MAPPING_NODE_MODULES = {
113
113
AbortController : 'globals.html#class-abortcontroller' ,
114
114
AbortSignal : 'globals.html#class-abortsignal' ,
115
115
116
+ Algorithm : 'webcrypto.html#class-algorithm' ,
116
117
AlgorithmIdentifier : 'webcrypto.html#class-algorithmidentifier' ,
117
118
AsyncHook : 'async_hooks.html#async_hookscreatehookcallbacks' ,
118
119
AsyncLocalStorage : 'async_context.html#class-asynclocalstorage' ,
@@ -121,6 +122,7 @@ export const DOC_TYPES_MAPPING_NODE_MODULES = {
121
122
AesCbcParams : 'webcrypto.html#class-aescbcparams' ,
122
123
AesCtrParams : 'webcrypto.html#class-aesctrparams' ,
123
124
AesGcmParams : 'webcrypto.html#class-aesgcmparams' ,
125
+ AesKeyAlgorithm : 'webcrypto.html#class-aeskeyalgorithm' ,
124
126
AesKeyGenParams : 'webcrypto.html#class-aeskeygenparams' ,
125
127
126
128
Blob : 'buffer.html#class-blob' ,
@@ -154,6 +156,7 @@ export const DOC_TYPES_MAPPING_NODE_MODULES = {
154
156
ECDH : 'crypto.html#class-ecdh' ,
155
157
EcdhKeyDeriveParams : 'webcrypto.html#class-ecdhkeyderiveparams' ,
156
158
EcdsaParams : 'webcrypto.html#class-ecdsaparams' ,
159
+ EcKeyAlgorithm : 'webcrypto.html#class-eckeyalgorithm' ,
157
160
EcKeyGenParams : 'webcrypto.html#class-eckeygenparams' ,
158
161
EcKeyImportParams : 'webcrypto.html#class-eckeyimportparams' ,
159
162
Ed448Params : 'webcrypto.html#class-ed448params' ,
@@ -172,6 +175,7 @@ export const DOC_TYPES_MAPPING_NODE_MODULES = {
172
175
HkdfParams : 'webcrypto.html#class-hkdfparams' ,
173
176
Hmac : 'crypto.html#class-hmac' ,
174
177
HmacImportParams : 'webcrypto.html#class-hmacimportparams' ,
178
+ HmacKeyAlgorithm : 'webcrypto.html#class-hmackeyalgorithm' ,
175
179
HmacKeyGenParams : 'webcrypto.html#class-hmackeygenparams' ,
176
180
177
181
Http2SecureServer : 'http2.html#class-http2secureserver' ,
@@ -184,6 +188,7 @@ export const DOC_TYPES_MAPPING_NODE_MODULES = {
184
188
IntervalHistogram :
185
189
'perf_hooks.html#class-intervalhistogram-extends-histogram' ,
186
190
191
+ KeyAlgorithm : 'webcrypto.html#class-keyalgorithm' ,
187
192
KeyObject : 'crypto.html#class-keyobject' ,
188
193
189
194
MIMEParams : 'util.html#class-utilmimeparams' ,
@@ -214,6 +219,7 @@ export const DOC_TYPES_MAPPING_NODE_MODULES = {
214
219
RecordableHistogram :
215
220
'perf_hooks.html#class-recordablehistogram-extends-histogram' ,
216
221
222
+ RsaHashedKeyAlgorithm : 'webcrypto.html#class-rsahashedkeygenparams' ,
217
223
RsaHashedImportParams : 'webcrypto.html#class-rsahashedimportparams' ,
218
224
RsaHashedKeyGenParams : 'webcrypto.html#class-rsahashedkeygenparams' ,
219
225
RsaOaepParams : 'webcrypto.html#class-rsaoaepparams' ,
0 commit comments