webworker_scripts
¶
WARNING! THIS SCRIPTS ARE USED IN A SANDBOX SO ALL DEPENDENCIES SHOULD BE HANDELED HERE!
THIS USES PYODIDE V0.17!
Module Contents¶
Classes¶
Wrapper around XMLHttpRequest |
|
Functions¶
|
A very simple version of the NetworkService to request synchronous data |
Attributes¶
- webworker_scripts.request(url, params=None, jsonResult=True, whitelist=('/list', '/view'))¶
A very simple version of the NetworkService to request synchronous data
- class webworker_scripts.requestList(url, params=None, maxRequests=999)¶
- requestData()¶
- next()¶
- running()¶
- class webworker_scripts.csvWriter(delimiter=';')¶
- delimiter = ';'¶
- writeRow(row)¶
- writeRows(rows)¶
- download(name='export.csv')¶
- webworker_scripts.log¶