Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
Update javascript_execution.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkol authored Jun 20, 2020
1 parent 36b8372 commit fbd02e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documents/javascript_execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

Chromely allows JavaScript execution in C# code via implementaion of [IChromelyJavaScriptExecutor](https://github.com/chromelyapps/Chromely/blob/master/src/Chromely.Core/IChromelyJavaScriptExecutor.cs). A [default implementation]() is provided but this is can be changed via registration of a custom executor.

For sample execution see - [JavaScript Execution](https://github.com/chromelyapps/demo-projects/blob/cbb0eb2e930285d28813bbb3e60cc110de68ea0a/regular-chromely/CrossPlatDemo/Controllers/ExecuteJavaScriptDemoController.cs#L57).

To register a custom exeuctor:

````csharp
Expand Down

0 comments on commit fbd02e3

Please sign in to comment.