Skip to content

Commit 89587eb

Browse files
authored
Update README-examples.md
add mention of method for passing exceptions from python to js
1 parent a1c1981 commit 89587eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/README-examples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ yet ported to latest CEF. Some of them are externally maintained.
9090
example in the cefpython31 branch.
9191
- Example of using Python network library (urllib3/openssl) instead of Chromium's
9292
network library - see [gist by Massimiliano Dal Cero](https://gist.github.com/yattamax/0252a3c5dc54a2f81650d5c0eafabf99)
93+
- Example of passing exceptions from Python to Javascript and using await syntax to receive values from python return values - see [Managed python calls example by Elliot Woods)(https://github.com/elliotwoods/cefpython-tests/tree/0180b22eac10a1bde08820ca192fdc30eb93f00d/6.%20Managed%20python%20calls)
9394

9495
## More examples to come
9596

0 commit comments

Comments
 (0)