Pramod Thakur
How to findout that your browser support indexedDB or not
By Pramod Thakur in .NET on Oct 06 2017
  • Yogendra Dubey
    Nov, 2018 22

    • 0
  • Pramod Thakur
    Oct, 2017 6

    I am using IIFE to find out the output.(function(){if("indexedDB" in window) {console.log("Yes indexedDB is working");} else {console.log("No indexedDB is not working.");}})();

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS