uppy/packages/@uppy/utils/src
2025-04-02 19:08:06 +02:00
..
getDroppedFiles Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
AbortController.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
AbortController.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
canvasToBlob.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
CompanionClientProvider.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
CompanionFile.ts @uppy/google-photos: fix various issues (#5275) 2024-06-27 10:31:30 +02:00
dataURItoBlob.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
dataURItoBlob.ts @uppy/utils: improve return type of dataURItoFile (#5112) 2024-04-24 10:48:26 +02:00
dataURItoFile.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
dataURItoFile.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
delay.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
delay.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
emaFilter.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
emaFilter.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
ErrorWithCause.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
ErrorWithCause.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
EventManager.js @uppy/utils: remove EventManager circular reference (#4949) 2024-02-22 11:39:25 +01:00
fetcher.ts @uppy/xhr-upload: allow custom error message in onAfterResponse (#5578) 2025-01-07 14:49:12 +01:00
fetchWithNetworkError.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
fileFilters.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
FileProgress.ts Companion stream upload unknown size files (#5489) 2024-12-07 10:30:00 +08:00
findAllDOMElements.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
findDOMElement.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
findIndex.js @uppy/utils: refactor to ESM (#3721) 2022-05-23 09:40:50 +02:00
findIndex.test.js @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
FOCUSABLE_ELEMENTS.js @uppy/utils: refactor to ESM (#3721) 2022-05-23 09:40:50 +02:00
generateFileID.test.js @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
generateFileID.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
getAllowedMetaFields.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
getBytesRemaining.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
getBytesRemaining.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
getETA.test.js @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getETA.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
getFileNameAndExtension.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
getFileNameAndExtension.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getFileType.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
getFileType.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
getFileTypeExtension.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
getFileTypeExtension.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getSocketHost.test.ts @uppy/utils: do not strip www in getSocketHost (#5621) 2025-02-03 15:22:02 +01:00
getSocketHost.ts @uppy/utils: do not strip www in getSocketHost (#5621) 2025-02-03 15:22:02 +01:00
getSpeed.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
getSpeed.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
getTextDirection.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getTimeStamp.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
hasProperty.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
index.js Add @uppy/utils skeleton. 2018-06-14 16:31:19 +02:00
isDOMElement.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isDragDropSupported.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isMobileDevice.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
isMobileDevice.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isNetworkError.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
isNetworkError.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isObjectURL.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
isObjectURL.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isPreviewSupported.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
isPreviewSupported.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isTouchDevice.test.js @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isTouchDevice.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
microtip.scss meta: run Prettier on existing files (#4713) 2023-09-29 11:11:28 +02:00
mimeTypes.ts @uppy/utils: add msg mimetype (#5699) 2025-04-02 19:08:06 +02:00
NetworkError.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
prettyETA.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
prettyETA.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
ProgressTimeout.ts @uppy/xhr-upload: refactor to use fetcher (#5074) 2024-04-29 15:39:44 +02:00
RateLimitedQueue.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
RateLimitedQueue.ts TS strict mode (#5258) 2024-06-20 16:54:10 +02:00
remoteFileObjToLocal.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
sampleImageDataURI.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
secondsToTime.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
secondsToTime.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
toArray.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
toArray.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
Translator.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
Translator.ts Dashboard - convert some files to typescript (#5367) 2024-10-15 10:43:00 +02:00
truncateString.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
truncateString.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
UppyFile.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
UserFacingApiError.ts @uppy/companion-client: migrate to TS (#4864) 2024-01-24 14:19:38 +01:00
VirtualList.jsx Add VirtualList to ProviderView (#4566) 2023-07-20 15:49:43 +02:00