Domanda

I am searching for the solution to store the large amount of data in the client side. But i couldn't figured out the proper way due to some limitations of some techniques.

I came to know about $.data but i didn't get any proper information about the data limits of $.data.

Any information will be greatful

È stato utile?

Soluzione

It can store up to whatever the operating system allows, which is practically limitless. This is because $.data stores the data in object properties and ECMAScript doesn't set any particular memory limit on them.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top