Skip to main content
Module

x/jose/types.d.ts>DeflateOption

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno.
Extremely Popular
Go to Latest
interface DeflateOption
import { type DeflateOption } from "https://deno.land/x/jose@v4.8.3/types.d.ts";

JWE Deflate option.

Properties

optional
deflateRaw: DeflateFunction

In a browser runtime you have to provide an implementation for Deflate Raw when you will be producing JWEs with compressed plaintext.