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

Merge remote-tracking branch 'origin/master'

parents 7b5c33e2 1c2d9c5e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #978 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