Advertisement
Uno-Dan

DBMagic html

Feb 26th, 2021
1,185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>DBMagic Demo</title>
  4.         <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  5.         <script type = "text/javascript" src = "./dbmagic.js"></script>
  6.     </head>
  7.    
  8.     <body>
  9.         <div>
  10.             Click the test button first then open the console, after the message appears.<br>
  11.             At the top of the console screen click Application/Storage/IndexedDB <br>
  12.             You should see that the databases have been created in IndexedDB.<br><br>
  13.         </div>
  14.         <button id="testDB">Run the Test</button>
  15.     </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement