static String createObjectUrlFromSource(MediaSource source) => JS('String', '(self.URL || self.webkitURL).createObjectURL(#)', source);