MCPcopy Index your code
hub / github.com/nodejs/node / get

Function get

lib/internal/crypto/util.js:480–483  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

478 if (ArrayPrototypeIncludes(experimentalAlgorithms, algorithmName)) {
479 ObjectDefineProperty(result[operation], algorithmName, {
480 get() {
481 emitExperimentalWarning(`The ${algorithmName} Web Crypto API algorithm`);
482 return dict;
483 },
484 __proto__: null,
485 enumerable: true,
486 });

Callers

nothing calls this directly

Calls 1

emitExperimentalWarningFunction · 0.85

Tested by

no test coverage detected