type TCefResourceSkipCallbackRef = class(TCefBaseRefCountedRef, ICefResourceSkipCallback)
This item has no description.
![]() |
procedure Cont(bytes_skipped: int64); |
![]() |
class function UnWrap(data: Pointer): ICefResourceSkipCallback; |
![]() |
procedure Cont(bytes_skipped: int64); |
This item has no description. Showing description inherited from ICefResourceSkipCallback.Cont. Callback for asynchronous continuation of skip(). If |bytes_skipped| > 0 then either skip() will be called again until the requested number of bytes have been skipped or the request will proceed. If |bytes_skipped| <= 0 the request will fail with ERR_REQUEST_RANGE_NOT_SATISFIABLE. |
![]() |
class function UnWrap(data: Pointer): ICefResourceSkipCallback; |
This item has no description. |