Skip to content

Commit

Permalink
chore: Adjust CSP-Compliant link
Browse files Browse the repository at this point in the history
  • Loading branch information
morning4coffe-dev authored Aug 11, 2024
1 parent 114f254 commit 7790d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/features-interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.Security), thread-safe interop and does not make of the unsafe javascript `eval`.
- 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 the legacy C# `Interop.Runtime.InvokeJS(...)` and Javascript `mono_bind_static_method(...)`.

## Invoking C# code from Javascript
Expand Down

0 comments on commit 7790d7b

Please sign in to comment.