UNPKG
@trustcaptcha/trustcaptcha-frontend
Version:
latest (1.9.2)
1.9.2
1.9.2-beta.0
1.9.1
1.9.0
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
TrustCaptcha Frontend
www.trustcomponent.com/en/products/captcha/integrations/javascript-captcha
@trustcaptcha/trustcaptcha-frontend
/
dist
/
collection
/
components
/
trustcaptcha-component
/
src
/
status.js
9 lines
(8 loc)
•
280 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
var
Status
; (
function
(
Status
) {
Status
[
Status
[
"START"
] =
0
] =
"START"
;
Status
[
Status
[
"RUNNING"
] =
1
] =
"RUNNING"
;
Status
[
Status
[
"DONE"
] =
2
] =
"DONE"
;
Status
[
Status
[
"FAILED"
] =
3
] =
"FAILED"
; })(
Status
|| (
Status
= {}));
//# sourceMappingURL=status.js.map