UNPKG
xd
Version:
latest (0.0.0)
0.0.0
Check if a given URL or location should be seen as cross domain communication
xd
/
index.js
8 lines
(5 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
var
parse =
require
(
'url-parse'
);
module
.
exports
=
function
xd
(
to,
from
) {
return
true
; };