I have about ~1GB of data in my clipboard, and I want to paste it into a javascript grid, something like https://github.com/future-architect/cheetah-grid. What would be a suggested way for how I would transfer the data into the grid (or where the grid reads the data from) from my clipboard without running into a 'string-buffer' issue such as Javascript string size limit: 256 MB for me - is it the same for all browsers?.
Are there any suggestions for transferring a very large clipboard into the DOM? Or perhaps a place in storage/memory that the DOM can later reference?
1.4m articles
1.4m replys
5 comments
57.0k users