| Index: Source/modules/serviceworkers/StashedMessagePort.idl
|
| diff --git a/Source/modules/serviceworkers/StashedMessagePort.idl b/Source/modules/serviceworkers/StashedMessagePort.idl
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3fe6086af5351e4ea1c9100a604fa21b5707fd8d
|
| --- /dev/null
|
| +++ b/Source/modules/serviceworkers/StashedMessagePort.idl
|
| @@ -0,0 +1,12 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +// https://github.com/mkruisselbrink/navigator-connect/blob/gh-pages/docs/api-idea.md#persisted-messageports
|
| +// TODO(mek): Link to actual spec when this is added there.
|
| +[
|
| + Exposed=ServiceWorker,
|
| + RuntimeEnabled=NavigatorConnect,
|
| +] interface StashedMessagePort : MessagePort {
|
| + readonly attribute DOMString name;
|
| +};
|
|
|