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: add URLPattern API #11941

Merged
merged 10 commits into from
Sep 8, 2021
Merged

feat: add URLPattern API #11941

merged 10 commits into from
Sep 8, 2021

Commits on Sep 7, 2021

  1. feat: add URLPattern API

    This adds support for the URLPattern  API.
    
    The API is added in --unstable only, as it has not yet shipped in any
    browser. It is targeted for shipping in Chrome 95.
    
    Spec: https://wicg.github.io/urlpattern/
    lucacasonato committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    488a10c View commit details
    Browse the repository at this point in the history
  2. lint + fmt

    lucacasonato committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    a2fb12f View commit details
    Browse the repository at this point in the history
  3. add ts unit test

    lucacasonato committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    40767a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f669a49 View commit details
    Browse the repository at this point in the history
  5. add jsdoc

    lucacasonato committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    c03a245 View commit details
    Browse the repository at this point in the history
  6. fix some tests

    lucacasonato committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    3ee06c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f63ec1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7132d07 View commit details
    Browse the repository at this point in the history
  9. fix wasm expectations

    lucacasonato committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    66bf129 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

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