AboutSupportDeveloper GuideVersion 19.2.11
  • Set the allowedOrigins for the specific client that calls the function.

    import { setAllowedOrigins } from 'openfin-notifications';

    setAllowedOrigins(['https://*.example.com']);

    Parameters

    • allowedOrigins: string[]

      An array of allowed origins.

    Returns Promise<void>