Closed akrabat closed 7 years ago
This method is deprecated in favour of using URLSession's dataTask methods. However, dataTask is asynchronous, so we extend URLSession to create a new synchronousDataTask method which wraps up the asynchronicity for us.
looks good man :+1:
This method is deprecated in favour of using URLSession's dataTask methods. However, dataTask is asynchronous, so we extend URLSession to create a new synchronousDataTask method which wraps up the asynchronicity for us.