Encode a JavaScript value to the serialization format. Encodr::decode(data: BLOB): any Decode a JavaScript value from the serialization format. This is a very compact, efficient and IETF-standardized ...
When the values of your form are encoded to FormData, for example to send them to a server via HTTP, some information is lost. Using this library, you can decode FormData into a JavaScript object and ...