Skip to content

Commit

Permalink
Update Proposal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Jul 21, 2024
1 parent 93b566a commit 0bcaf64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ Its goal is to apply the "transform(s)" specified above, but in the cloud (or se

To evaluate dynamic expressions with full access to the JavaScript runtime engine, set attribute onload=doEval, as shown above.

## The Ecmascript branch

The preferred mechanism to incorporate custom JavaScript, though, is not to use the onload=eval, but rather to "use the platform" and to define a JavaScript class. The JavaScript class must extend (at the "bottom" of the hierarchy) trans-render/Mount.js;

[TODO]: document

## Example 4b -- Support for external source
Expand Down

0 comments on commit 0bcaf64

Please sign in to comment.