()
| 103 | } |
| 104 | |
| 105 | async save() { |
| 106 | this.store = this.updatedStore; |
| 107 | await fsOperation(this.storeUrl).writeFile( |
| 108 | JSON.stringify(this.updatedStore), |
| 109 | ); |
| 110 | } |
| 111 | |
| 112 | async delete(url) { |
| 113 | url = url.toLowerCase(); |
no test coverage detected