Function isWindowObjectUnavailable

  • Checks if the current environment has access to the window object. This check is used to conditional-ize browser code for SSR projects. If the platform does not have access to the window APIs, then we are unable to store data in the browser.

    Returns boolean

    Whether or not the current platform has access to the window object.

Generated using TypeDoc