BackgroundWorkerInfo¶
| Property | Type | Description |
|---|---|---|
| id | string | Background worker id |
| content | string | Worker content (HTML) Removed since API 2.0+ |
| url | string | Worker content assumed URL. Note: the URL is not being accessed. It is used to determine the security context of the worker. See Background workers section for more information. |
| executeJavaScriptOnLoad | string | JavaScript code to execute on page load API 1.27+ |