I have started working on bindings for IndexedDB. If no one else is working on this I'll keep going.
The IDL has quite a few event handlers like the ones that follow
attribute EventHandler onsuccess;
attribute EventHandler onerror;
should I ignore these in favor of adding event handlers via add_event_listener.
I have started working on bindings for IndexedDB. If no one else is working on this I'll keep going.
The IDL has quite a few event handlers like the ones that follow
should I ignore these in favor of adding event handlers via add_event_listener.