autodecode

This tag attempts to detect and decode layers of encoding.

Created by: hackvertor
Installed 1 times

Category: Convert

Created on: Monday, September 16, 2024 at 8:02:10 PM

Updated on: Wednesday, January 15, 2025 at 12:15:54 PM

This is a built in tag
Tag arguments
[]
Code
class autodecode {
  decode(input) {
    throw new Error("This tag is a placeholder tag. If you want to autodecode from the API use hv.autodecode()");
  }
}