mirror of
https://github.com/MontFerret/ferret.git
synced 2025-06-23 00:28:10 +02:00
Implement DOWNLOAD function (#132)
This commit is contained in:
@ -34,5 +34,6 @@ func NewLib() map[string]core.Function {
|
||||
"INNER_TEXT_ALL": InnerTextAll,
|
||||
"SCREENSHOT": Screenshot,
|
||||
"PDF": PDF,
|
||||
"DOWNLOAD": Download,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user