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

Rename cacheWillMatch to cachedResponseWillBeUsed #748

Merged
merged 1 commit into from
Aug 16, 2017

Conversation

jeffposnick
Copy link
Contributor

@@ -31,7 +31,7 @@ describe('Tests for the handle-range-request.js functions', function() {
const reader = new FileReader();
const finished = new Promise((resolve) => {
reader.addEventListener('loadend', (event) => {
resolve(event.srcElement.result);
resolve(event.target.result);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't related to the core change in this PR, but the Firefox tests were flakey when I ran them locally before switching to target. Not sure why it wasn't an issue before, though...

@jeffposnick jeffposnick merged commit 4daf32f into v2 Aug 16, 2017
@jeffposnick jeffposnick deleted the cachedResponseWillBeUsed branch August 16, 2017 15:38
@jeffposnick jeffposnick added the Breaking Change Denotes a "major" semver change. label Aug 21, 2017
gauntface pushed a commit that referenced this pull request Aug 24, 2017
* Adds JSDocs for the lifecycle methods, and awaits the return of each. (#736)

* Move towards using 'workbox' over 'workbox-cli'. (#744)

* New library to support Range requests (#710)

* WIP.

* Still needs JSDocs.

* Renaming, bug fixes, JSDoc.

* Changed a few comments.

* Updated tests to use new bundling infra, allowing us to remove private exports.

* Modified a warning.

* Rename cacheWillMatch to cachedResponseWillBeUsed (#748)

* No longer register a fetch handler for each Router by default (#752)

* No longer register a fetch handler for each Router by default.

* Review feedback.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change Denotes a "major" semver change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants