OLD | NEW |
---|---|
1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 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 dictionary BeforeInstallPromptEventInit : EventInit { | 5 dictionary BeforeInstallPromptEventInit : EventInit { |
6 DOMString platform = "web"; | |
mlamouri (slow - plz ping)
2015/04/16 10:32:21
DOMString[] platforms = [];
benwells
2015/04/16 11:39:59
I tried that but got an error in the v8 code gener
mlamouri (slow - plz ping)
2015/04/16 13:33:27
Checking the spec and asking the editor, it's actu
benwells
2015/04/17 06:58:53
Done.
| |
7 }; | 6 }; |
OLD | NEW |