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: Source/Core/Request.js
+3-2
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,10 @@ define([
15
15
*
16
16
* @alias Request
17
17
* @constructor
18
-
*
18
+
* @namespace
19
+
* @exports Request
19
20
* @param {Object} [options] An object with the following properties:
20
-
* @param {Boolean} [options.url] The url to request.
21
+
* @param {String} [options.url] The url to request.
21
22
* @param {Request~RequestCallback} [options.requestFunction] The function that makes the actual data request.
22
23
* @param {Request~CancelCallback} [options.cancelFunction] The function that is called when the request is cancelled.
23
24
* @param {Request~PriorityCallback} [options.priorityFunction] The function that is called to update the request's priority, which occurs once per frame.
0 commit comments