Skip to content

Error fails to terminate com receive loop #85

Open
@gzm0

Description

@gzm0

Consider:

var x = true
window.setInterval(1000, function() {
  if (x) {
    x = false;
    throw "foo";
  }

  scalaJSCom.send("hello");
}

The message(s) "hello" should not be sent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions