Skip to content

Commit a955e54

Browse files
authored
Make resolve return a Promise (#743)
Fixes #742
1 parent a86cebb commit a955e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@ This specification introduces the {{IdentityUserInfo}} dictionary as well as the
17151715

17161716
[Exposed=Window, SecureContext] interface IdentityProvider {
17171717
static undefined close();
1718-
static undefined resolve(DOMString token, optional IdentityResolveOptions options = {});
1718+
static Promise&ltundefined> resolve(DOMString token, optional IdentityResolveOptions options = {});
17191719
static Promise<sequence<IdentityUserInfo>> getUserInfo(IdentityProviderConfig config);
17201720
};
17211721
</pre>

0 commit comments

Comments
 (0)