runtime.lastError
Read More at MDN DocsSafe to Use
runtime.lastError
is not safe to use.
It’s supported by 54% of global browsers.
Browsers
Version Breakdown
Full Support
lastError is not an Error object. Instead, it is a plain Object with the error text as the string value of the 'message' property.
Full Support
lastError is not an Error object. Instead, it is a plain Object with the error text as the string value of the 'message' property.
Full Support
Full Support
Full Support
lastError is not an Error object. Instead, it is a plain Object with the error text as the string value of the 'message' property.
Full Support
lastError
is only set if a callback is used. Promise
results that fail will be rejected with an Error
object.
Full Support
lastError
is only set if a callback is used. Promise
results that fail will be rejected with an Error
object.