mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
Add the possibility to delete a model (bug 1908939)
This commit is contained in:
parent
d0b580e79f
commit
b759470ed5
2 changed files with 8 additions and 0 deletions
|
@ -52,6 +52,10 @@ class MLManager {
|
|||
return false;
|
||||
}
|
||||
|
||||
async deleteModel(_service) {
|
||||
return null;
|
||||
}
|
||||
|
||||
async guess() {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue