Skip to content

Commit

Permalink
Document option "cache" of brython.js()
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreQuentel committed Feb 4, 2020
1 parent c9b9664 commit da3ed4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/doc/en/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on page load.
*options* can be a Javascript object, its keys can be

- *debug* : debug level (see above)
- *cache* : if set to `true`, the Ajax calls to import modules, load external
scripts by `<script src="foo.py">` or read files with `open()` use the
browser cache. Defaults to `false`.
- *static\_stdlib\_import* : boolean, indicates if, in order to import modules
or packages from the standard library, the static mapping table in the
script __stdlib\_paths.js__ should be used. Defaults to `true`
Expand Down
4 changes: 4 additions & 0 deletions www/doc/fr/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ lancer la fonction `brython()` au chargement de la page.
*options* peut être un objet Javascript, dont les clés possibles sont

- *debug* : le mode de débogage, comme indiqué ci-dessus
- *cache* : si la valeur est `true`, les appels Ajax pour importer des
modules, charger des scripts externes par `<script src="foo.py">` ou lire
des fichiers avec `open()` utilisent le cache du navigateur. Vaut `false`
par défaut
- *static\_stdlib\_import* : booléen qui indique si, pour importer des modules
ou des paquetages de la bibliothèque standard, on se sert du tableau de
correspondance statique du script __stdlib\_paths.js__. Vaut `true` par
Expand Down

0 comments on commit da3ed4b

Please sign in to comment.