Is it possible to communicate back from the external uploader to LiveView module?

I did it like this:

entry.view.pushHookEvent(entry.fileEl, null, "file-uploaded", { file_url: uri, filename: displayName, mime_type: mimeType }, () => { })