update tag_database and add semicolons to http snippets
This commit is contained in:
@ -14,7 +14,7 @@ const httpGet = (url, callback, err = console.error) => {
|
||||
request.onload = () => callback(request);
|
||||
request.onerror = () => err(request);
|
||||
request.send();
|
||||
}
|
||||
};
|
||||
```
|
||||
|
||||
```js
|
||||
|
||||
@ -62,6 +62,7 @@ head:array
|
||||
hexToRGB:utility,string,math,advanced
|
||||
hide:browser,css
|
||||
httpGet:utility,url
|
||||
httpPost:utility,url
|
||||
httpsRedirect:browser,url
|
||||
indexOfAll:array
|
||||
initial:array
|
||||
|
||||
Reference in New Issue
Block a user