You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove SPUURLRequest wrapper. It was added because older OS's (around 10.8) didn't support NSSecureCoding on NSURLRequest. Need to test the properties we care about are still preserved through archiving/unarchiving and test behavior on older OS's before removing the wrapper. Removing this would allow better mutation of download requests.
The text was updated successfully, but these errors were encountered:
Remove SPUURLRequest wrapper. It was added because older OS's (around 10.8) didn't support NSSecureCoding on NSURLRequest. Need to test the properties we care about are still preserved through archiving/unarchiving and test behavior on older OS's before removing the wrapper. Removing this would allow better mutation of download requests.
The text was updated successfully, but these errors were encountered: