Skip to content
Snippets Groups Projects
Commit 1c2d9c5e authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'mlong/jsonclient' into 'master'

Update comments on jsonclient

See merge request main/sbbs!58
parents 97ac3bbf eb885019
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!58Update comments on jsonclient
Pipeline #975 passed
...@@ -17,8 +17,9 @@ load("json-sock.js"); ...@@ -17,8 +17,9 @@ load("json-sock.js");
- JSONClient.read(scope,location,lock); - JSONClient.read(scope,location,lock);
- JSONClient.pop(scope,location,lock); - JSONClient.pop(scope,location,lock);
- JSONClient.shift(scope,location,lock); - JSONClient.shift(scope,location,lock);
- JSONClient.write(scope,location,lock); - JSONClient.write(scope,location,data,lock);
- JSONClient.push(scope,location,lock); - JSONClient.push(scope,location,data,lock);
- JSONClient.remove(scope,location,lock);
- JSONClient.unshift(scope,location,lock); - JSONClient.unshift(scope,location,lock);
- JSONClient.splice(scope,location,start,end,data,lock) - JSONClient.splice(scope,location,start,end,data,lock)
- JSONClient.slice(scope,location,start,end,lock) - JSONClient.slice(scope,location,start,end,lock)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment