Represents generic data type. Intended use is to handle data
which can be in a file, blob, arraybuffer or js object, js primitive form etc.
For example, to pass data into a method that shall store the data
but does not care about how the data is represented. This is useful for storing
binary data, primitive types and js objects.
Represents generic data type. Intended use is to handle data which can be in a file, blob, arraybuffer or js object, js primitive form etc. For example, to pass data into a method that shall store the data but does not care about how the data is represented. This is useful for storing binary data, primitive types and js objects.