Index: Source/modules/serviceworkers/ServiceWorkerContainer.idl |
diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.idl b/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
index 996f8bba8cd5fee1760a046a4cbaec7ea341135c..8bd5ce3fddc08e30fd796723d3795cccd2bf1129 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
+++ b/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
@@ -31,6 +31,8 @@ |
[ |
RuntimeEnabled=ServiceWorker |
] interface ServiceWorkerContainer { |
+ [Unforgeable] readonly attribute ServiceWorker waiting; |
+ // FIXME: controller should be unforgeable |
readonly attribute ServiceWorker controller; |
[CallWith=ScriptState] readonly attribute Promise ready; |