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
At the moment, users are unable to configure the <head/> element of IDOM's client. They can use a script() to change details of the page after the fact, but this does not help in the case the user needs finer control of how/when resources load or for SEO.
Current Situation
At the moment, users are unable to configure the
<head/>
element of IDOM's client. They can use ascript()
to change details of the page after the fact, but this does not help in the case the user needs finer control of how/when resources load or for SEO.Related discussions: #485, #833
Proposed Actions
Add a
head
parameter to all the built-in backends that accepts an HTML string orVdomDict
. We'll need #435 to accomplish this.The text was updated successfully, but these errors were encountered: