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
When using Browser.application the view function should return a Browser.Document. A document like that lets you set the title and the html content of the <body> tag but not its attributes. And it seems that existing attributes on the <body>, before Gren is started, will be removed by Gren.
Is it possible somehow to have <body class="hello"> when using Browser.application?
The text was updated successfully, but these errors were encountered:
When using
Browser.application
the view function should return aBrowser.Document
. A document like that lets you set the title and the html content of the<body>
tag but not its attributes. And it seems that existing attributes on the<body>
, before Gren is started, will be removed by Gren.Is it possible somehow to have
<body class="hello">
when usingBrowser.application
?The text was updated successfully, but these errors were encountered: