-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add first version to load JSON from URL #304
Conversation
✅ Deploy Preview for 3dstreet-core-builds ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Hi @Algorush I'm curious how you went about testing this? Here is what I did: Testing method for local: Testing method for remote: Issue with both local and remote:
Architecture brainstorm for future:
|
Hi @kfarr . Sorry, I forgot to say about this issue with repeatedly |
Maybe also such a test case? That is, downloading from a third-party source. Or not at this stage? |
@Algorush thanks for the updates, it sounds like you're aware of these issues and I'll wait to test again until you do some more commits. In the test case you provided yes it makes sense in theory, but the local page is loaded with |
I've added checks in two places to see if the component |
that is, do not consider the case of downloading a file from a third-party source yet? |
Thanks I've started testing:
for later / separate tickets:
|
Now it works with files from localhost, but didnt tested with remote files yet