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
|
||||
|
||||
Reference in New Issue
Block a user