1
0
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:
Paul
2018-10-17 14:19:44 +02:00
committed by Tim Voronov
parent eb4fba135d
commit dd13878f80
2 changed files with 28 additions and 0 deletions

View File

@ -34,5 +34,6 @@ func NewLib() map[string]core.Function {
"INNER_TEXT_ALL": InnerTextAll,
"SCREENSHOT": Screenshot,
"PDF": PDF,
"DOWNLOAD": Download,
}
}