Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 // https://github.com/w3c/payment-handler/pull/174/files/6e6768c423e24719cb0e592 cd98614f052e52a78 | |
|
haraken
2017/06/09 23:13:22
Can we add a more stable URL instead of a specific
gogerald1
2017/06/12 16:19:44
This URL is used deliberately according to rouslan
| |
| 6 | |
| 7 dictionary ImageObject { | |
| 8 // Note that the src could be relative path to the service worker | |
| 9 // scope. | |
| 10 required USVString src; | |
| 11 | |
| 12 // TODO(gogerald): Below two attributes have not been used for now. | |
| 13 // Enable them when necessary. | |
| 14 // DOMString sizes; | |
| 15 // DOMString type; | |
| 16 }; | |
| OLD | NEW |