Skip to content

Networking — 0.24.0

Compare
Choose a tag to compare
@3lvis 3lvis released this 03 May 22:33
· 446 commits to master since this release
  • Add support for retrieving an image from the cache
networking.imageFromCache("/image/png") { image in
    // Image from cache, you will get `nil` if no image is found
}