FileSaver

Provides methods for downloading data to the users computer.

Constructor

new L3D.FileSaver()

Methods

static download(filename, data)

Have the browser download the given file to the users computer.

Parameters
filename String

The name of the file to download.

data *

The data to put into the file to download.