RESOLVED FIXED254555
Promised file data should contain UTType identifier instead of file extension
https://bugs.webkit.org/show_bug.cgi?id=254555
Summary Promised file data should contain UTType identifier instead of file extension
Abrar Rahman Protyasha
Reported 2023-03-27 16:24:05 PDT
Currently, when dragging an image in Safari, we notice that the file promise provider specifies the file type as _just_ the extension string (e.g. "png"), when it should be the Universal Type Identifier (UTI) instead (e.g. "public.png"). This needs to be corrected.
Attachments
Abrar Rahman Protyasha
Comment 1 2023-03-27 16:24:30 PDT
Abrar Rahman Protyasha
Comment 2 2023-03-28 00:46:38 PDT
EWS
Comment 3 2023-03-29 10:35:59 PDT
Committed 262280@main (2db314d62ff0): <https://commits.webkit.org/262280@main> Reviewed commits have been landed. Closing PR #12043 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.