UNPKG
use-tus
Version:
latest (0.8.3)
0.8.3
0.8.2
0.8.1
0.8.0
0.7.3
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
React hooks for resumable file uploads using tus-js-client
github.com/kqito/use-tus
kqito/use-tus
use-tus
/
dist
/
TusClientProvider
/
constants.d.ts
5 lines
(4 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
ERROR_MESSAGES
: {
readonly
tusClientHasNotFounded
:
"No TusClient set, use TusClientProvider to set one"
;
readonly
tusIsNotSupported
:
"This browser does not support uploads. Please use a modern browser instead."
; };