Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Side by Side Diff: third_party/WebKit/Source/core/frame/NavigatorClipboard.idl

Issue 2695593006: Initial stub version of Async Clipboard API (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698