You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets the name of a browser quirk, for browsers which can read browser logs, but which require a Javascript-based workaround.
116
+
/// Gets the name of a browser quirk, for browsers which can read browser logs using a Javascript-based workaround.
117
117
/// </summary>
118
118
/// <remarks>
119
119
/// <para>
120
-
/// Browsers with this quirk cannot read logs in the way that those which <see cref="HasNativeLogsSupport"/> can, however JavaScript
121
-
/// may be used to intercept logs as they are sent to the console. These may then be stored and retrieved with a different script.
120
+
/// Browsers with this quirk should prefer using the techniques provided by <see cref="HasNativeLogsSupport"/> if they also support them.
121
+
/// The use of a Javascript workaround is imperfect and can miss log messages, as described in the documentation for <see cref="GetLogsWithJavaScript"/>.
0 commit comments