Documentation

This commit is contained in:
Eric van der Vlist 2021-04-25 14:18:51 +02:00
parent eca267f712
commit 0cd619bf73
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ And use the include() function it in the script parameter of the JS operation:
doOperation = function () {
include('hello.js');
hello();
}```
}
```
## Limitations
The function needs an authorAccess variable in order to resolve relative URIs and this variable is only available in the scope of the doOperation function. This means that you can't use it