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://w3c.github.io/clipboard-apis/#navigator-interface | |
| 6 | |
| 7 [RuntimeEnabled=AsyncClipboard] | |
| 8 partial interface Navigator { | |
| 9 [CallWith=ScriptState, SecureContext] readonly attribute Clipboard clipboard; | |
|
foolip
2017/02/21 11:13:18
Can you also add [SameObject] here and in the spec
garykac
2017/05/12 21:16:39
Done.
| |
| 10 }; | |
| OLD | NEW |