Skip to content

Not working with Meteor 1.3.2.4 #19

Open
@trusktr

Description

@trusktr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions