Skip to content

Commit

Permalink
Remove unused isResumableDataEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Aug 18, 2024
1 parent cd82f34 commit 868da19
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Sources/Nuke/Loading/DataLoader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ public final class DataLoader: DataLoading, @unchecked Sendable {
/// default, `false`.
public var prefersIncrementalDelivery = false

/// If the data task is terminated (either because of a failure or a
/// cancellation) and the image was partially loaded, the next load will
/// resume where it left off. Supports both validators (`ETag`,
/// `Last-Modified`). Resumable downloads are enabled by default.
public var isResumableDataEnabled = true

/// The delegate that gets called for the callbacks handled by the data loader.
/// You can use it for observing the session events and modifying some of the
/// task behavior, e.g. handling authentication challenges.
Expand Down

0 comments on commit 868da19

Please sign in to comment.