We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The data library provides several functions for handling data which would be hard to implement in pure Lua.
data
All configuration options live within the APIs.Data section:
APIs.Data
enabled = true
limit = 1048576
inflate(data:string):string
Decompress a piece of data compressed using the DEFLATE algorithm.
deflate(data:string):string
Compress a piece of data using the DEFLATE algorithm.