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

Side by Side Diff: Source/modules/serviceworkers/StashedMessagePort.idl

Issue 1008533005: Initial implementation of stashed message ports, blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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 2015 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/mkruisselbrink/navigator-connect/blob/gh-pages/docs/api-id ea.md#persisted-messageports
6 // TODO(mek): Link to actual spec when this is added there.
7 [
8 Exposed=ServiceWorker,
9 RuntimeEnabled=NavigatorConnect,
10 ] interface StashedMessagePort : MessagePort {
11 readonly attribute USVString name;
scheib 2015/05/06 21:44:31 The spec should explain why USVString vs String is
Marijn Kruisselbrink 2015/05/12 06:56:41 Hmm, from the comments on https://github.com/sligh
12 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698