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
I have a use case where I need to render pages with different time zones; I found that this is possible via Emulation.setTimezoneOverride. Are you open to a PR that would add support for this functionality?
The text was updated successfully, but these errors were encountered:
In the Navigate protocol as a set_timezone option perhaps? Sure.
Be aware there's a "hidden feature" that allows you to supply custom protocols as well, which would make this task rather easy to do without changes to ChromicPDF
Thank you, @maltoe! I am open to using the hidden feature if that makes more sense. I did want to attempt implementing the set_timezone option. I'm definitely open to feedback/suggestions/teasing on PR #338.
Hello,
I have a use case where I need to render pages with different time zones; I found that this is possible via Emulation.setTimezoneOverride. Are you open to a PR that would add support for this functionality?
The text was updated successfully, but these errors were encountered: