Interface: CryptoKeyStructuralFallback
July 31, 2026 ยท View on GitHub
๐ Help the project
Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.
Internal
Used as CryptoKey when the host runtime's crypto global is not exposed on typeof globalThis, including when it is absent from ambient types or declared with const or let. It
remains structurally compatible with host CryptoKey declarations so values flow freely to
and from SubtleCrypto APIs.
Properties
algorithm
โข readonly algorithm: object
name
โข name: string
extractable
โข readonly extractable: boolean
type
โข readonly type: string
usages
โข readonly usages: string[]