Dexie.override()
Enables overriding existing functions and still be able to call the original function from within your overridden function.
Sample
The following sample shows how to log to console each time window.open() is called.
Enables overriding existing functions and still be able to call the original function from within your overridden function.
The following sample shows how to log to console each time window.open() is called.