Skip to content
Cloudflare Docs

Compatibility flag

CompatibilityFlag is used 0 times on 0 pages.

Pages which use CompatibilityFlag

    This component will create an aside with the enable_date (if present) and the enable_flag of a given flag.

    The flag must match the name of a file in the compatibility-flags collection, without the file extension.

    Component

    import { CompatibilityFlag } from "~/components";
    <CompatibilityFlag flag="global-navigator" />
    <CompatibilityFlag flag="nodejs-compat" />