(token)
| 1157 | sitekey: siteKey, |
| 1158 | action: widget.action, |
| 1159 | appearance: "interaction-only", |
| 1160 | execution: "render", |
| 1161 | size: "flexible", |
| 1162 | theme: |
| 1163 | document.documentElement.dataset.theme === "dark" ? "dark" : "light", |
| 1164 | callback(token) { |
nothing calls this directly
no test coverage detected