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: github/browser-support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.0
Choose a base ref
...
head repository: github/browser-support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Feb 20, 2026

  1. Initial plan

    Copilot committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    0feec67 View commit details
    Browse the repository at this point in the history
  2. Fix isSupported() for Iterator helpers to accept native function-base…

    …d Iterator
    
    The typeof check `typeof IteratorConstructor === 'object'` incorrectly
    returns false for native Iterator in Chromium where Iterator is a function.
    Changed to also accept 'function' type.
    
    Co-authored-by: mattcosta7 <8616962+mattcosta7@users.noreply.github.com>
    Copilot and mattcosta7 committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    35eb283 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #108 from github/copilot/fix-is-supported-iterator…

    …-helpers
    
    Fix `isSupported` for native Iterator in Chromium
    mattcosta7 authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    9395e49 View commit details
    Browse the repository at this point in the history
Loading