Skip to content

ThenableReference returning PromiseLike - should be Promise? #144

@stevejcox

Description

@stevejcox

It looks like when the RTDB were put back in with pr: #140 the interface of ThenableReference changed form extending Promise<any> to PromiseLike<any>.

Is there a reason for this?

PromiseLike does not include a catch declaration for typescript - and so is causing an error. I believe this should be Promise ?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions