2
votes
2answers
414 views
SQLite and Javascript : Checking for existence of data before inserting OR letting SQLite throw an exception.
My primary question is which approach is faster.
Some briefing
I'm developing an application using Mozilla.
I have this one module where I capture some da …
0
votes
How to determine the event came from the main document of the tab
Have a look at originalTarget and explicitOriginalTarget attributes of event object. …
