Current Situation
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.
Related discussions: #485, #833
Proposed Actions
Add a head parameter to all the built-in backends that accepts an HTML string or VdomDict. We'll need #435 to accomplish this.
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
headparameter to all the built-in backends that accepts an HTML string orVdomDict. We'll need #435 to accomplish this.