Inline WebWorkers (window.URL.createObjectURL)

Inline WebWorkers (window.URL.createObjectURL)

BY 06 Jun 2013 Web Application Development

Hi guys, window.URL is null, which means creating an inline webworker the traditional way (using window.URL.createObjectURL) is unavailable.
Is there an alternative for window.URL.createObjectURL.

Reference: http://www.html5rocks.com/en/tutorials/workers/basics/#toc-inlineworkers

Written by