We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a338369 commit a688bcbCopy full SHA for a688bcb
CefSharp/IFrame.cs
@@ -90,7 +90,10 @@ public interface IFrame : IDisposable
90
void GetText(IStringVisitor visitor);
91
92
/// <summary>
93
- /// Load the custom request.
+ /// Load the custom request. LoadRequest can only be used if a renderer process already exists.
94
+ /// In newer versions initially loading about:blank no longer creates a renderer process. You
95
+ /// can load a Data Uri initially then call this method.
96
+ /// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
97
/// </summary>
98
/// <param name="request">request to be loaded in the frame</param>
99
void LoadRequest(IRequest request);
0 commit comments