문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top