start working on slopstore class analogous to checkcache class
This commit is contained in:
@@ -55,6 +55,14 @@ export class SlopStore {
|
||||
constructor(slopdb: IDBPDatabase) {
|
||||
this.slopdb = slopdb
|
||||
}
|
||||
|
||||
async store(domain: string, path: string) {
|
||||
|
||||
}
|
||||
|
||||
async get(url: string) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
export class SlopDB {
|
||||
|
||||
Reference in New Issue
Block a user