Dexie Global Hackathon 25

JOIN NOW

Dexie.IncompatiblePromiseError

Inheritance Hierarchy

Description

Obsolete since Dexie 2.0.0

This error is removed in Dexie v2.x because from that version and forward, native promises are accepted to return from a transaction scope.

Happens only in Dexie v1.x when returning an incompatible Promise from a transaction scope. You need to verify that you are only using Dexie.Promises for all async code withing any transaction scope.

Table of Contents