MCPcopy Create free account
hub / github.com/PaulleDemon/PyUIBuilder / customRequest

Function customRequest

src/sidebar/uploadsContainer.js:24–27  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

22 multiple: true,
23 showUploadList: false,
24 customRequest(options){
25 const { onSuccess, onError, file, onProgress } = options
26 onSuccess("Ok")
27 },
28 // onDrop(e) {
29 // console.log('Dropped files', e.dataTransfer.files)
30 // },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected