We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ab86e commit 3bf39f9Copy full SHA for 3bf39f9
canvascipt.min.js
@@ -1,4 +1,19 @@
1
-let openRequest = indexedDB.open("app", 1);
+/*
2
+
3
+CanvaScript
4
5
+CanvaScript is libary for database mangement. if you have issues please go to
6
+https://github.com/CleanCode-backup/CanvaScript/issues
7
+and make a new issue but you can do a pull request please do that.that will make my day happy.to go
8
+https://github.com/CleanCode-backup/CanvaScript/pulls
9
10
11
12
13
14
15
16
+ */
17
var database = {
18
heart:indexedDB,
19
open:function(name,v){
0 commit comments