Skip to content

Conversation

0xPoe
Copy link

@0xPoe 0xPoe commented Mar 26, 2020

fixes microsoft/TypeScript#36705

it should be https://w3c.github.io/ServiceWorker/#dom-clients-get
get(id: string): Promise<Client | undefined>;

@0xPoe 0xPoe requested a review from sandersn as a code owner March 26, 2020 15:31
@0xPoe
Copy link
Author

0xPoe commented Mar 30, 2020

@sandersn Could you please take a look?

@sandersn sandersn merged commit b03850b into microsoft:master Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

webworker lib: Clients#get returns Promise<any>, should return Promise<Client | undefined>

2 participants