Interface SecurityConfig

Security configuration options SecurityConfig

interface SecurityConfig {
    preventBrowserUsage?: boolean;
}

Properties

preventBrowserUsage?: boolean

If true, will throw an error if the instance is created in a browser environment

true