Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(interruptsource): allow interrupts to use an ssr option #130

Closed
wants to merge 3 commits into from

Commits on Jul 23, 2019

  1. feat(interruptsource): allow interrupts to use an ssr option

    ssr option instructs interrupt sources to ignore targets
    derived from global context such as window or document so
    they can be safely used in ssr/universal apps.
    
    If you are using ssr/universal, do not use
    DEFAULT_INTERRUPTSOURCES. Instead, use
    `createDefaultInterruptSources({ssr: !isPlatformBrowser(platformId) })`.
     See docs or https://stackoverflow.com/a/46893433/64750
    for information on how to use isPlatformBrowser.
    
    Fixes #77, #115
    moribvndvs committed Jul 23, 2019
    Copy the full SHA
    239be3a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Copy the full SHA
    5c1dee9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Copy the full SHA
    ca8d68b View commit details
    Browse the repository at this point in the history