mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-16 05:27:01 +00:00
Commit everything.
This commit is contained in:
@@ -33,6 +33,12 @@ const mixin = {
|
||||
|
||||
return str;
|
||||
|
||||
},
|
||||
fetchJson: function (url, options) {
|
||||
return fetch(url, options)
|
||||
.then(response => {
|
||||
return response.json();
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user