🥚

Recent Notes

  • 전세

    2026년 9월 3일 13:43

  • 한미약품

    2026년 9월 3일 13:28

  • OCC, 트럼프 가문 관련 크립토 벤처 산하 은행에 스테이블코인 인가를 냈어

    2026년 9월 3일 12:59

  • 베센트의 국채 매입에 흔들린 달러, 로이터 설문은 1년 뒤 1.18달러를 본다

    2026년 9월 3일 12:53

See 487 more →

Do not fetch data using Data constructor

2023.11.14 00:00 씀1 min read
  • data
  • swift
  • image
  • uiimage
  • blocking
  • non-blocking
  • urlsession
  • Data(contentof)는 로컬 파일을 불러오기 위한 메서드이다.
  • 애초에 동기 메서드이다.
  • 가끔 이걸 DispatchQueue에 Item으로 싼뒤에 넣어 비동기 처럼 사용하는 경우가 있는데, 이러면 안된다.
  • API의 존재 이유에 맞지 않기 때문이다.
  • 이런 경우 try? await URLSession.shared.data(from: URL)을 사용하자.

Reference

  • https://stackoverflow.com/questions/76974990/why-and-how-do-datacontentsof-url-call-and-urlsession-shared-datafrom-ur

Graph


댓글

    Wansook.World

    세상을 이해해보려는 작은 여행.

    Donation

    © 2026 Wansook.World · All rights reserved. · v1.3.1273