Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F947862
xhrScriptPlugin.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
828 B
Subscribers
None
xhrScriptPlugin.js
View Options
/*
Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
if
(
!
dojo
.
_hasResource
[
"dojox.io.xhrScriptPlugin"
]){
dojo
.
_hasResource
[
"dojox.io.xhrScriptPlugin"
]
=
true
;
dojo
.
provide
(
"dojox.io.xhrScriptPlugin"
);
dojo
.
require
(
"dojox.io.xhrPlugins"
);
dojo
.
require
(
"dojo.io.script"
);
dojo
.
require
(
"dojox.io.scriptFrame"
);
dojox
.
io
.
xhrScriptPlugin
=
function
(
_1
,
_2
,
_3
){
dojox
.
io
.
xhrPlugins
.
register
(
"script"
,
function
(
_4
,
_5
){
return
_5
.
sync
!==
true
&&
(
_4
==
"GET"
||
_3
)
&&
(
_5
.
url
.
substring
(
0
,
_1
.
length
)
==
_1
);
},
function
(
_6
,
_7
,
_8
){
var
_9
=
function
(){
_7
.
callbackParamName
=
_2
;
if
(
dojo
.
body
()){
_7
.
frameDoc
=
"frame"
+
Math
.
random
();
}
return
dojo
.
io
.
script
.
get
(
_7
);
};
return
(
_3
?
_3
(
_9
,
true
)
:
_9
)(
_6
,
_7
,
_8
);
});
};
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 13:42 (21 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26278
Default Alt Text
xhrScriptPlugin.js (828 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment