assertVerificationCapabilityIsAvailable

function assertVerificationCapabilityIsAvailable(): void;

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

Returns

void

On this page