Closed porkbrain closed 5 years ago
Describe the bug Tab methods for chrome do not check for lastError, which results in not rejected promises and console pollution.
lastError
To reproduce Steps to reproduce the behaviour:
Tabs.get
Expected behaviour Promise to be rejected and lastError to be caught.
Closed by #111
Describe the bug Tab methods for chrome do not check for
lastError
, which results in not rejected promises and console pollution.To reproduce Steps to reproduce the behaviour:
Tabs.get
a nonexisting tabExpected behaviour Promise to be rejected and
lastError
to be caught.