OLD | NEW |
---|---|
1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 this.onfetch = function(event) { | 5 dictionary MediaArtworkInit { |
6 event.respondWith(fetch(event.request)); | 6 DOMString src = ""; |
mlamouri (slow - plz ping)
2016/05/31 16:41:50
to avoid the fake copy, you can pass --no-find-cop
Zhiqiang Zhang (Slow)
2016/06/01 19:40:57
Done.
| |
7 DOMString sizes = ""; | |
8 DOMString type = ""; | |
7 }; | 9 }; |
OLD | NEW |