Can a file be saved to an absolute path with WebExtensions?

Viewed 343

I've recently got started with FireFox's WebExtensions library as the legacy extensions were removed with the Quantum update.

My problem is that I need to save files to an absolute path from a context menu, but FF's downloads API only provides relative paths from the Downloads folder.

Does anyone know about a way to achieve this from a WebExtension?

1 Answers
Related