Talk:GM.setValue: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
m Discussion |
Storing large amounts of data |
||
Line 8: | Line 8: | ||
:If this is a desired behavior for GM developers to pursue, it will need to be corrected in the trunk. | :If this is a desired behavior for GM developers to pursue, it will need to be corrected in the trunk. | ||
== Storing large amounts of data == | |||
So what if I ''do'' need to store large amounts of data? Is there any other API that allows for that? /[[User:Skagedal|Skagedal]] 16:12, 5 May 2009 (EDT) |
Revision as of 20:12, 5 May 2009
[noref]
- How can I clear values from Firefox preferences set by my Greasemonkey script?
- Currently there is no API for this.
- The previous incarnation of this article had an example of alert(GM_setValue("foo", "bar"));. Currently miscapis.js and prefmanager.js does not have any return statements.
- If this is a desired behavior for GM developers to pursue, it will need to be corrected in the trunk.
Storing large amounts of data
So what if I do need to store large amounts of data? Is there any other API that allows for that? /Skagedal 16:12, 5 May 2009 (EDT)