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
Thanks for a great package. I had been using it for awhile before realizing that the page I was tracking rendered 90% complete server side except for stock information which was filled in client side immediately post load.
Solving this problem is a lot more heavy weight but I'm thinking of trying something like https://github.com/go-rod/rod and using that to load the page and then extract the DOM to pass to the rest of the app...
The text was updated successfully, but these errors were encountered:
Glad you like it!
That is a very good point, I did think about CSR when building it but wanted to get it out as an MVP.
I'm not sure if I have time to work on it in the next couple of months but I would welcome PR's.
Thanks for a great package. I had been using it for awhile before realizing that the page I was tracking rendered 90% complete server side except for stock information which was filled in client side immediately post load.
Solving this problem is a lot more heavy weight but I'm thinking of trying something like https://github.com/go-rod/rod and using that to load the page and then extract the DOM to pass to the rest of the app...
The text was updated successfully, but these errors were encountered: