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

Side by Side Diff: third_party/WebKit/Source/core/mojo/MojoReadDataFlags.idl

Issue 2732163002: Implements JS bindings for mojo data pipe. (Closed)
Patch Set: optional args Created 3 years, 9 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 dictionary MojoReadDataFlags {
jbroman 2017/03/07 16:01:44 super-nit: we'd usually call these "Options" dicti
alokp 2017/03/07 19:34:20 Done.
6 boolean allOrNone = false;
7 boolean discard = false;
8 boolean query = false;
9 boolean peek = false;
10 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698