Socket
Book a DemoInstallSign in
Socket

create-file-list

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-file-list

create FileList

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
235
-57.27%
Maintainers
1
Weekly downloads
 
Created
Source

create-file-list

gzip size downloads module formats: umd, cjs, and es jsdelivr

Build Status Code Coverage MIT License PRs Welcome

create FileList

Install

yarn add create-file-list

Usage

<script type="module">
  import createFileList from 'https://unpkg.com/create-file-list?module'

  createFileList(file1, [file2], file3)
</script>

<!-- legacy browsers -->
<script nomodule src="https://unpkg.com/create-file-list"></script>
<script nomodule>
  createFileList(file1, [file2], file3)
</script>

API

createFileList([value1[, value2[, ...[, valueN]]]])

valueN

File or Array<File>

Keywords

FileList

FAQs

Package last updated on 14 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts