Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
custom:javascript:lib:userprops.js [2019/07/17 07:15] – [put] Method is actually 'set' ecbbscustom:javascript:lib:userprops.js [2019/08/14 00:30] (current) – [userprops.js] typo digital man
Line 1: Line 1:
 ====== userprops.js ====== ====== userprops.js ======
  
-So you're a Synchronet JavaScript module author or modder and you've got some per-values that you would like to store persistently (in a file). This is where the User Properties (''userprops.js'') library comes to "Save the day"!+So you're a Synchronet JavaScript module author or modder and you've got some per-user values that you would like to store persistently (in a file). This is where the User Properties (''userprops.js'') library comes to "Save the day"!
  
 This library manages the ''[[dir:data]]/user/*.ini'' files where per-user module-owned property values are stored. This library manages the ''[[dir:data]]/user/*.ini'' files where per-user module-owned property values are stored.
Line 9: Line 9:
 ===== Usage ===== ===== Usage =====
  
-The ''userprops.js'' library is a load-style library, meaning it is intended to be used like so:+The ''userprops.js'' library is a return-style library, meaning it is intended to be used like so:
  
 <code javascript> <code javascript>