PushManager getSubscription missing possible null return #21821
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Fixed
A PR has been merged for this issue
Help Wanted
You can do this
Milestone
TypeScript Version: 2.8.0-dev.20180208
Search Terms: pushManager getSubscription() TSJS
Code
Expected behavior:
Per the spec getSubscription returns type PushSubscription or null.
Actual behavior:
getSubscription returns type PushSubscription
The text was updated successfully, but these errors were encountered: