Questions tagged [jsimport]

2 questions
1
vote
1 answer

What is a MemoryView in the .NET browser-wasm runtime?

In the new (non-Blazor) browser-wasm runtime of .NET 7 there are JSImport attributes for communicating with Javascript imports. Many .NET types are supported for passing as arguments to Javascript functions. If you pass a Span<> or ArraySegment<>…
curiousdannii
  • 1,658
  • 1
  • 25
  • 40
0
votes
1 answer

Import JS file from within an injected JS

I have some "greases" (JS/CSS adaptations) which I inject by an addon into pages of a certain domain. Now my colleagues want to use them, too. In order to deploy changes and updates on this adaptations dynamically I've published a CSS and a…
Robbit
  • 128
  • 1
  • 11