deserializeAttachment<T> abstract method

T? deserializeAttachment<T>({
  1. CloudflareJsonDecoder<T>? decode,
})

Reads the attachment stored by serializeAttachment.

Implementation

T? deserializeAttachment<T>({CloudflareJsonDecoder<T>? decode});