Replies: 1 comment
-
Did you read the documentation? https://github.com/cefsharp/CefSharp/blob/cefsharp/135/CefSharp/Handler/IDownloadHandler.cs#L32 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Previously OnBeforeDownload did not return a value and my code looked like this:
Now it must return a bool and I don’t know what the return value indicates.
Should true always be returned?
Or are there circumstances when false should be returned?
Beta Was this translation helpful? Give feedback.
All reactions