Skip to content

API List

OrvilleChomer edited this page Dec 26, 2017 · 14 revisions

API List (in alphabetical order)

  • cloneObj - does deep cloning of JavaScript object or array
  • deserializeObj - deserializes a serialized object
  • deserializeJsonString -creates deserialized object from a JSON string created from a serialized object
  • loadObjFromDb load an object from an indexedDb Not Implemented Yet
  • merge - merge values in one complex object into another complex object Not Implemented Yet
  • parse - pass in the JSON from a serialized object, and get back out a copy of the original object/array that was serialized
  • saveObjToDb - save an object to indexedDb with a key Not Implemented Yet
  • serializeObj - takes an input of a Js Object/Array and creates a serialized object
  • setDbName - Overrides default indexedDb name Not Implemented Yet
  • setCopyMethods - Sets a flag for whether or not you want to copy an object's methods
  • sortArrayOfObjects - Sorts an array of objects based on the values of the objects' properties Not Implemented Yet
  • stringify - takes an input object/array... serializes it... and then stringifies the serialized object.