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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: