Closed fujiokayu closed 3 years ago
Unhandled Runtime Error TypeError: Failed to construct 'Headers': Value is not a valid ByteString.
Source components/Upload.tsx (51:15) @ _callee$
49 | fetch("/api/upload", { 50 | method: "POST", > 51 | headers: new Headers({ | ^ 52 | 'token': props.user.token, 53 | 'name': blob.name}), 54 | body
ファイルフォーマットじゃなくてファイル名に日本語(マルチバイト文字)が入った時に発生する
Unhandled Runtime Error TypeError: Failed to construct 'Headers': Value is not a valid ByteString.
Source components/Upload.tsx (51:15) @ _callee$