oyvindkinsey / easyXDM

A javascript library providing cross-browser, cross-site messaging/method invocation.
http://easyxdm.net
MIT License
2.37k stars 265 forks source link

Unable to load from local file #246

Open ShaiBrumer opened 10 years ago

ShaiBrumer commented 10 years ago

Hi, When using the script from a local file it fails. The regex: "var reURI = /^((http.?:)\/\/([^:\/\s]+)(:\d+)*)/; " which is used in the getLocation method: var m = url.toLowerCase().match(reURI); does not include file:/// url handling

Thanks, Shai.

Biep commented 5 years ago

And local files is exactly the main reason for wanting this, for me and many others I know..