Open
Description
I tried both of these:
Inject.rawModHtml('raf-timeout', function(html, res) {
return html + "<!-- hello Inject -->"
})
Inject.rawModHtml('raf-timeout', function(html, res) {
res.end(html + "<!-- hello Inject -->")
})
but in either case the browser tab load spinner spins forever, and eventually the connection fails.
cc @gadicc
Metadata
Metadata
Assignees
Labels
No labels