assertKeyExporterIsAvailable

function assertKeyExporterIsAvailable(): void;

Throws an exception unless `crypto.subtle.exportKey()` is available in the current JavaScript environment.

Returns

void

On this page