()
| 132 | } |
| 133 | |
| 134 | async run() { |
| 135 | //window.toast(addedFolders,4000) |
| 136 | this.$page.show(); |
| 137 | this.loadLibraries('https://api.cdnjs.com/libraries?fields=filename,description,github&limit=10'); |
| 138 | this.$plugPage1.classList.remove('hide'); |
| 139 | this.$plugPage2.classList.add('hide'); |
| 140 | } |
| 141 | |
| 142 | async loadLibraries(url){ |
| 143 | try { |
nothing calls this directly
no test coverage detected