This object can store large objects in many smaller ones.
It acts like an object that stores key-value pairs but internally it creates multiple objects of limited length when the the number of entries exceeds the configured object limit.
The object provides functions to set and get key values, check if a key exists, remove a value with a given key, and traverse the object entries using a callback function.