p5.js-website
p5.js-website copied to clipboard
Example "Load Saved Table" missing part of sentence
https://p5js.org/examples/advanced-data-load-saved-table.html
Here is the description:
"Because the web browsers differ in where they save files, we do not make use of Based on Daniel Shiffman's LoadSaveTable Example for Processing."
It seems like there is part of a sentence missing between "use of" and "Based on". Use of what? Should it be "a save function." ?
Probably saveTable() as the example in Processing has saveTable() in it. Not sure if we need to mention this though.