Function: definitionHashAsync()
function definitionHashAsync(def): Promise<string>;
Defined in: packages/core/src/submission/hash.ts:248
Async variant; identical output, but uses WebCrypto when the platform has it.
Parameters
| Parameter | Type |
|---|---|
def | FormDefinition |
Returns
Promise<string>