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
Copy file name to clipboardExpand all lines: storage/README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ service firebase.storage {
90
90
Since Firebase returns useful error information we will use the following `Event.COMPLETE` and `IOErrorEvent.IOERROR` listeners in all of our requests.
91
91
92
92
```actionscript
93
-
private function uploadComplete(event:flash.events.Event):void
93
+
private function taskComplete(event:flash.events.Event):void
94
94
{
95
95
trace(event.currentTarget.data);
96
96
}
@@ -127,7 +127,7 @@ private function uploadFile():void
0 commit comments