We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
var obj = {a: 1}; var obj2 = {b: 2}; Dexie.extend(obj, obj2); // obj will be {a: 1, b:2}