WebIDLpedia

AuthenticationExtensionsLargeBlobInputsJSON dictionary

Definition

Web Authentication: An API for accessing Public Key Credentials - Level 3 defines AuthenticationExtensionsLargeBlobInputsJSON


dictionary AuthenticationExtensionsLargeBlobInputsJSON {
    DOMString support;
    boolean read;
    Base64URLString write;
};

Referring IDL interfaces/dictionaries