Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: w3c/IntersectionObserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: w3c/IntersectionObserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: polyfill-node
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    66c9048 View commit details
    Browse the repository at this point in the history
  2. Window is undefined when server-side-rendered

    Wrapped the entire polyfill in an if to determine that window is defined, which is not the case when server side rendering.
    Ornhoj authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    b7b7290 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Merge pull request #279 from Ornhoj/master

    Server Side Render friendly version
    philipwalton authored May 10, 2019
    Configuration menu
    Copy the full SHA
    ae97bf2 View commit details
    Browse the repository at this point in the history
Loading