Skip to content

Commit 169f4ef

Browse files
committed
Add link for SharedArrayBuffer
1 parent f1bca03 commit 169f4ef

1 file changed

Lines changed: 26 additions & 14 deletions

File tree

docs/links/database.json

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -172,20 +172,6 @@
172172
"proxy"
173173
]
174174
},
175-
"https://nodejs.org/api/buffer.html": {
176-
"id": "node-buffer",
177-
"description": "Node.js documentation for the Buffer class.",
178-
"short_url": "",
179-
"keywords": [
180-
"node.js",
181-
"node-js",
182-
"node",
183-
"buffer",
184-
"binary",
185-
"javascript",
186-
"ecmascript"
187-
]
188-
},
189175
"http://ocp.hul.harvard.edu/dl/contagion/010164675": {
190176
"id": "@nightingale:1859a",
191177
"description": "Library record for Florence Nightingale's polar area diagram of the sanitary history of the British army during the late war with Russia.",
@@ -1030,6 +1016,18 @@
10301016
"ecmascript"
10311017
]
10321018
},
1019+
"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer": {
1020+
"id": "mdn-sharedarraybuffer",
1021+
"description": "Documentation for SharedArrayBuffer, a constructor returning an object used to represent a generic, fixed-length raw binary data buffer which can be used to create views of shared memory.",
1022+
"short_url": "",
1023+
"keywords": [
1024+
"array",
1025+
"buffer",
1026+
"typed array",
1027+
"shared",
1028+
"memory"
1029+
]
1030+
},
10331031
"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String": {
10341032
"id": "mdn-string",
10351033
"description": "Mozilla Developer Network (MDN) documentation for the String object.",
@@ -3053,6 +3051,20 @@
30533051
"binding"
30543052
]
30553053
},
3054+
"https://nodejs.org/api/buffer.html": {
3055+
"id": "node-buffer",
3056+
"description": "Node.js documentation for the Buffer class.",
3057+
"short_url": "",
3058+
"keywords": [
3059+
"node.js",
3060+
"node-js",
3061+
"node",
3062+
"buffer",
3063+
"binary",
3064+
"javascript",
3065+
"ecmascript"
3066+
]
3067+
},
30563068
"https://nodejs.org/api/errors.html#errors_class_system_error": {
30573069
"id": "node-system-error",
30583070
"description": "Node.js documentation for the System Error class.",

0 commit comments

Comments
 (0)