You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
main.js:333 Uncaught TypeError: Failed to construct 'URL': Invalid URL
at Vue$3.parseURL (main.js:333)
at boundFn (vue.js:194)
at invoker (vue.js:1992)
at HTMLButtonElement.fn._withTask.fn._withTask (vue.js:1790)
CODE:
// methods functions perform CRUD operations on the `data` property
methods: {
help: function(url = 'https://docs.mapbox.com/api/search/#forward-geocoding') {
window.open(url, '_blank');
},
//Parse Settings from a Mapbox API URL
parseURL: function() {
const url = new URL(this.cnf.url);
this.resetCnf();