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: Thursday, May 22, 2025 at 6:49:33 PM
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()");
}
}