wip trying to create better options to include scripts with attributes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
function PLGNTLS_fetch(url, options = {}) {
|
||||
//function PLGNTLS_fetch(url, options = {}) {
|
||||
export function PLGNTLS_fetch(url, options = {}) {
|
||||
console.log("inside PLGNTLS_fetch");
|
||||
url = PLGNTLS_data.fetch_url + url;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user