vue-use-upload
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Vue-use-upload

A Vue Upload Hook that supports slice upload & cache breakpoint resume by web worker

NPM version npm GitHub

English | 简体中文

📚 Documentation

✨ Features

  • Support web worker to read large files, avoiding browser parsing freezes
  • Support file reading hash, upload by hash value slices
  • Customize upload request, support retry on failure
  • Support interrupted upload, cache breakpoint resume
  • Support remote merge initiation
  • Use TypeScript to build, provide complete type definition files

📦 Install

$ npm install --save vue-use-upload
# or
$ yarn add vue-use-upload
# or
$ pnpm add vue-use-upload

🔨 Usage

import { useMerge, useUpload } from 'vue-use-upload';

Readme

Keywords

Package Sidebar

Install

npm i vue-use-upload

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

19.2 kB

Total Files

9

Last publish

Collaborators

  • mengjx