send()
pass()
upload()
store()
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option A
Explanation :
You can upload a Blob to a server by passing it to the send() method of an XMLHttpRequest object.
Be The First To Comment