master
neuecc 2020-07-09 17:29:04 +09:00
parent 6dd2b464a3
commit 42d627f3ba
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ namespace Cysharp.Threading.Tasks
#endif
this.Error = unityWebRequest.error;
this.ResponseCode = unityWebRequest.responseCode;
this.Text = unityWebRequest.downloadHandler.text;
if (UnityWebRequest.downloadHandler != null)
{
this.Text = unityWebRequest.downloadHandler.text;