mozilla / makedrive

[RETIRED] Webmaker Filesystem
Mozilla Public License 2.0
351 stars 33 forks source link

URL.toString() not supported on Firefox OS 1.3 #440

Closed k88hudson closed 9 years ago

k88hudson commented 9 years ago

It appears that URL.toString() is only available as of fxos 2.0. Running this function in 1.3 returns [object URL]

URL.href does seem to implemented in Chrome, Firefox, and fxos 1.3 https://developer.mozilla.org/en-US/docs/Web/API/URLUtils.href

Spec: https://url.spec.whatwg.org/#urlutils