This property specifies a callback function to be run when a DOMRequest
completes successfully.
Note: This feature is available in Web Workers.
Syntax
request.onsuccess = function;
Where request is a DOMRequest
object and function is a JavaScript function to run when the request completes successfully.
Specifications
Not part of any current specification.