1.3.0 • Published 5 years ago

libj-browser-file-api-support v1.3.0

Weekly downloads
12
License
ISC
Repository
github
Last release
5 years ago

libj-browser-file-api-support

Part of libj tools

Checks if current browser supports file api. You can use supportsFileInput or supportsFileApi to that end.

Usage (npm)

npm install libj-browser-file-api-support

import { browserFileApiSupport } from 'libj-browser-file-api-support'

See test/test.html and test/test.js for an example

Test

  • Run this in a separate command line to start node server
node server.js
  • Run one of the following to re-create bundles
npm run dev
npm run dev:watch

Build

npm run build
npm run build:watch

Make sure to test everything in all browsers (specially IE 10/11)

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago