onprogress event

Deprecated.Fired periodically during the current cryptographic operation (CryptoOperation).

Warning  As of Microsoft Edge, event callbacks have been replaced by Promise-based resolve and reject operations. See Web Cryptography API updates for more info.
IE11

 

Syntax

Event Property object.onprogress = handler;
addEventListener Method object.addEventListener("progress", handler, useCapture)

 

Event handler parameters

handler [in]

Type: EventHandler

See also

CryptoOperation

 

 

Show: