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

Bind sendBeacon to navigator #26601

Merged
merged 9 commits into from
Jul 12, 2021
Merged

Commits on Jun 25, 2021

  1. Bind sendBeacon to navigator

    Also ensures that even if the navigator.sendBeacon fails the fetch fallback is used.
    
    Fixes vercel#23856. This is likely, as no reproduction was provided it was not possible to verify if it actually fixes the issue.
    timneutkens committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    eee2ba5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    c2fd400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43131b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c042295 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

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

Commits on Jul 12, 2021

  1. Update packages/next/client/performance-relayer.ts

    Co-authored-by: Steven <[email protected]>
    timneutkens and styfle authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    d74e75c View commit details
    Browse the repository at this point in the history
  2. Add why comment

    timneutkens committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    4f3a500 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b404f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e08ce04 View commit details
    Browse the repository at this point in the history