docs: Adjust doc/features-interop.md
This commit is contained in:
Родитель
7790d7b3e3
Коммит
876b0c84fd
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче