4 questions
0
votes
2
answers
1k
views
Node.js import results in ERR_MODULE_NOT_FOUND
Here is how I built and installed node.js(version: 20.11):
./configure --prefix=/home/tester/node
make -j8
make install
Here is how I set the environment:
export PATH=/home/tester/node/bin:$PATH
...
0
votes
1
answer
194
views
Problems in import external native javascript file in vue3?
I want to use js library "https://github.com/davidshimjs/qrcodejs" in vue3 following the tutorial "https://www.geeksforgeeks.org/how-to-make-a-qr-code-generator-using-qrcode-js/".
...
0
votes
1
answer
334
views
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 ...
2
votes
1
answer
300
views
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 ...