MeloJR

Results 4 comments of MeloJR

You can use `document.baseURI` for get the url with protocol and domain or `new URL(document.baseURI).pathname` in order to get the path only. You should take care if the `baseURI` finished...

I was thinking about it and I think that it is better to add support for relative paths (path that starts with `./`) so fetch uses `document.baseURI` automatically. Basically from...

I test it in my project and it works well but I don't test it in other cases. I think it should not break anything unless you use a class...

Any news about this? It would be great to have access to the search map!