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
ClearScript 7.3: Added V8ScriptEngineFlags.EnableStringifyEnhancements (GitHub Issue ClearFoundry#376); the V8 ICU data is now packaged as a managed library to ease deployment; V8 and JScript startup scripts are now minified; fixed Exception.TargetSite reflection hole and added V8ScriptEngineFlags.HideHostExceptions (GitHub Issue ClearFoundry#382); fixed typeof-literal comparison in V8; V8Update.cmd now works in a Visual Studio 2022 command prompt; Rosetta is no longer required for macOS builds on the arm64 (M1) architecture; updated build, deployment, and API documentation. Tested with V8 10.2.154.5.
@@ -92,11 +92,11 @@ public virtual Document LoadDocument(DocumentSettings settings, DocumentInfo? so
92
92
/// <param name="specifier">A string specifying the document to be loaded.</param>
93
93
/// <param name="category">An optional category for the requested document.</param>
94
94
/// <param name="contextCallback">An optional context callback for the requested document.</param>
95
-
/// <returns>A task that represents the asynchronous operation. Upon completion, the task's result is a <see cref="Document"/> instance that represents the loaded document.</returns>
95
+
/// <returns>A task that represents the asynchronous operation. Upon completion, the task's result is a <c><see cref="Document"/></c> instance that represents the loaded document.</returns>
96
96
/// <remarks>
97
97
/// A loaded document must have an absolute <see cref="DocumentInfo.Uri">URI</see>. Once a
98
98
/// load operation has completed successfully, subsequent requests that resolve to the same
99
-
/// URI are expected to return the same <see cref="Document"/> reference, although loaders
99
+
/// URI are expected to return the same <c><see cref="Document"/></c> reference, although loaders
100
100
/// are not required to manage document caches of unlimited size.
0 commit comments