Skip to content

Cannot use DUMP (--) debug facility without ReplPad Console #73

@gchiu

Description

@gchiu

HTML

<div id="app">
        <span title="message">
        Some text
        </span>
      </div>

Rebol

<script type="text/rebol">
  js-trace on      
  result: js-eval {document.getElementById("app").innerHTML}

  !! result ; this works

  -- result

</script>

Gives error:

JavaScript /AWAITER can only be called from rebPromise() inside script tag

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions