mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-09 05:06:04 +00:00
Updated Remote Script Execution (markdown)
parent
cf9a2dc4ab
commit
481988e37f
|
@ -10,4 +10,12 @@ If you want to use it within your code, you can do it like this:
|
|||
```js
|
||||
var HELO = require("https://pub-f926e14287b340cd9eff33731bb25329.r2.dev/helloworld.js");
|
||||
HELO.main();
|
||||
```
|
||||
|
||||
If it works correctly, the console will output the following results:
|
||||
|
||||
```
|
||||
[*] Requested URL: https://pub-f926e14287b340cd9eff33731bb25329.r2.dev/helloworld.js
|
||||
[*] Received 81 bytes
|
||||
[*] Hello world
|
||||
```
|
Loading…
Reference in New Issue
Block a user