cross-storage v0.6.1 Release Notes

Release Date: 2015-03-09 // about 9 years ago
    • 🛠 Fixed support for relative protocols in IE.

      // BeforeCrossStorageClient._getOrigin('//example/hub.html')// => "://example"// AfterCrossStorageClient._getOrigin('//example/hub.html')// "https://example"