docs: Adjust doc/features-interop.md

This commit is contained in:
Agnès ZITTE 2024-08-15 18:41:02 -04:00 коммит произвёл GitHub
Родитель 7790d7b3e3
Коммит 876b0c84fd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@ The Uno bootstrapper provides the ability to interoperate from and to Javascript
Two techniques are available:
- The use of .NET 7's new generated interop features. It uses code generation to create performant, [CSP-Compliant](xref:Uno.Wasm.Bootstrap.Features.Security), thread-safe interop and does not make of the unsafe javascript `eval`.
- The use of .NET 7's newly generated interop features. It uses code generation to create performant, [CSP-Compliant](xref:Uno.Wasm.Bootstrap.Features.Security), thread-safe interop and does not make of the unsafe javascript `eval`.
- The use of the legacy C# `Interop.Runtime.InvokeJS(...)` and Javascript `mono_bind_static_method(...)`.
## Invoking C# code from Javascript