[IndexedDB] Feature detection pattern for array key support

Some browsers does not support array key. I use indexedDB.cmp([1, 2], [1,
2]). It works by getting error on not supported bowser. Is there a clear
hack to detect it?

Thanks,
Kyaw

Received on Wednesday, 7 August 2013 01:52:47 UTC