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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerClients.idl

Issue 723643002: Service Worker: Include promise types in IDL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: Source/modules/serviceworkers/ServiceWorkerClients.idl
diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.idl b/Source/modules/serviceworkers/ServiceWorkerClients.idl
index 4e3b5e4a7d8245895bbc11df61e6e92581d3572b..b3799f010426931171ca4cea339688dcfd38c859 100644
--- a/Source/modules/serviceworkers/ServiceWorkerClients.idl
+++ b/Source/modules/serviceworkers/ServiceWorkerClients.idl
@@ -9,5 +9,5 @@
GarbageCollected,
TypeChecking=Interface,
] interface ServiceWorkerClients {
- [CallWith=ScriptState] Promise getAll(optional ServiceWorkerClientQueryOptions options);
+ [CallWith=ScriptState] Promise<sequence<ServiceWorkerClient>?> getAll(optional ServiceWorkerClientQueryOptions options);
};
« no previous file with comments | « Source/modules/serviceworkers/CacheStorage.idl ('k') | Source/modules/serviceworkers/ServiceWorkerContainer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698