update tag_database and add semicolons to http snippets

This commit is contained in:
Stefan Feješ
2018-01-08 21:08:04 +01:00
parent ff00c50e5f
commit 6493d45235
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const httpGet = (url, callback, err = console.error) => {
request.onload = () => callback(request); request.onload = () => callback(request);
request.onerror = () => err(request); request.onerror = () => err(request);
request.send(); request.send();
} };
``` ```
```js ```js

View File

@ -62,6 +62,7 @@ head:array
hexToRGB:utility,string,math,advanced hexToRGB:utility,string,math,advanced
hide:browser,css hide:browser,css
httpGet:utility,url httpGet:utility,url
httpPost:utility,url
httpsRedirect:browser,url httpsRedirect:browser,url
indexOfAll:array indexOfAll:array
initial:array initial:array