We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Description Safariでコピー&ペースト、D&D、ファイル選択のどれを行ってもファイルが添付できません。
Safariでは ReadableStreamBYOBReader がサポートされていない様です。 https://developer.mozilla.org/ja/docs/Web/API/ReadableStreamBYOBReader
ReadableStreamBYOBReader
推奨ブラウザをREADMEに記載いただくか、Safari対応いただけると幸いです。
Steps to Reproduce Steps to reproduce the behavior:
Expected Behavior https://github.com/aws-samples/generative-ai-use-cases/blob/main/packages/web/src/hooks/useFiles.ts#L120 ここで File の Mimetype チェックで使ってるライブラリの問題みたいです。
Stream ではなくBuffer の実装に変えれば動きそうです sindresorhus/file-type#690
The text was updated successfully, but these errors were encountered:
対応済み:#1001
Sorry, something went wrong.
No branches or pull requests
Bug Description
Safariでコピー&ペースト、D&D、ファイル選択のどれを行ってもファイルが添付できません。
Safariでは
ReadableStreamBYOBReader
がサポートされていない様です。https://developer.mozilla.org/ja/docs/Web/API/ReadableStreamBYOBReader
推奨ブラウザをREADMEに記載いただくか、Safari対応いただけると幸いです。
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
https://github.com/aws-samples/generative-ai-use-cases/blob/main/packages/web/src/hooks/useFiles.ts#L120
ここで File の Mimetype チェックで使ってるライブラリの問題みたいです。
Stream ではなくBuffer の実装に変えれば動きそうです
sindresorhus/file-type#690
The text was updated successfully, but these errors were encountered: