bunway
    Preparing search index...

    Interface CorsOptions

    interface CorsOptions {
        allowedHeaders?: string[];
        credentials?: boolean;
        exposedHeaders?: string[];
        maxAge?: number;
        methods?: string[];
        origin?: OriginOption;
        preflightContinue?: boolean;
    }
    Index

    Properties

    allowedHeaders?: string[]
    credentials?: boolean
    exposedHeaders?: string[]
    maxAge?: number
    methods?: string[]
    origin?: OriginOption
    preflightContinue?: boolean