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

Add steps to intercept requests using foreign fetch. #329

Closed
wants to merge 4 commits into from

Commits on Aug 2, 2016

  1. Add steps to intercept requests using foreign fetch.

    If response is still null after a regular service worker has tried handling it
    this gives a foreign fetch handler a chance to handle the request.
    mkruisselbrink committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    52a1d56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6501553 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c1bda9 View commit details
    Browse the repository at this point in the history
  4. Address comments.

    mkruisselbrink committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    0cd06c3 View commit details
    Browse the repository at this point in the history