Patches

Decode

Decode

Decodes a text in base64 into an image, JSON or plain text. This is usually needed to when retrieving resources from the Network Request Patch.

Decode

  • Text
  • Queue
  • Loading
  •  

Text

A text in base64 encoding that represents either an image, JSON or plain text.

Queue

When enabled, new decoding requests will be queued up in order and any pending request won’t be canceled.

Loading

A boolean that is true while the response is loading.

Output

The response result – image, JSON, or text – depending on the patch type.