Skip to content
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

SipLoader cannot handle some dynamic resources #6

Open
Web-Distortion opened this issue Mar 11, 2022 · 1 comment
Open

SipLoader cannot handle some dynamic resources #6

Web-Distortion opened this issue Mar 11, 2022 · 1 comment

Comments

@Web-Distortion
Copy link
Contributor

We observe that when loading pages like www.tmall.com, some resources cannot be loaded (e.g., personalized recommended resources). These resources are dynamically generated by JavaScript files, which cannot be properly handled by SipLoader.
Maybe it is necessary to add some corresponding processing code in the onResponseReceived function.

@SipLoader
Copy link
Owner

For dependencies dynamically generated during web page loading, it's better to involve the developer of the web page to mannually add these dependencies. Of course, the scheduler of SipLoader can discover the dynamically generated dependencies when receiving the response of a new resource, but it's unclear how the new resource should be properly handled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants