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

Update Cargo and Rust #13351

Merged
merged 3 commits into from Sep 22, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Silence a warning in ExtendableEvent::WaitUntil

  • Loading branch information
nox committed Sep 21, 2016
commit fe4f3543c1a65b810a9a05258d9825180fa5df8f
@@ -51,7 +51,7 @@ impl ExtendableEvent {
}

// https://w3c.github.io/ServiceWorker/#wait-until-method
pub fn WaitUntil(&self, _cx: *mut JSContext, val: HandleValue) -> ErrorResult {
pub fn WaitUntil(&self, _cx: *mut JSContext, _val: HandleValue) -> ErrorResult {
// Step 1
if !self.extensions_allowed {
return Err(Error::InvalidState);
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.