You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"shortText": "The callback to execute when the Promise is settled (fulfilled or rejected)."
39539
+
}
39540
+
}
39541
+
],
39542
+
"ret": {
39543
+
"type": {
39544
+
"type": "promise",
39545
+
"name": "Promise",
39546
+
"awaited": {
39547
+
"type": "union",
39548
+
"name": "DownloadResult",
39549
+
"subTypes": [
39550
+
{
39551
+
"type": "object",
39552
+
"properties": [
39553
+
{
39554
+
"name": "data",
39555
+
"type": {
39556
+
"type": "nameOnly",
39557
+
"name": "T"
39558
+
}
39559
+
},
39560
+
{
39561
+
"name": "error",
39562
+
"type": {
39563
+
"type": "literal",
39564
+
"value": null
39565
+
}
39566
+
}
39567
+
]
39568
+
},
39569
+
{
39570
+
"type": "object",
39571
+
"properties": [
39572
+
{
39573
+
"name": "data",
39574
+
"type": {
39575
+
"type": "literal",
39576
+
"value": null
39577
+
}
39578
+
},
39579
+
{
39580
+
"name": "error",
39581
+
"type": {
39582
+
"type": "nameOnly",
39583
+
"name": "StorageError"
39584
+
}
39585
+
}
39586
+
]
39587
+
}
39588
+
]
39589
+
}
39590
+
}
39591
+
},
39592
+
"comment": {
39593
+
"shortText": "Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The\\nresolved value cannot be modified from the callback."
0 commit comments