Languages

Menu
Sites
Language
Inline WebWorkers (window.URL.createObjectURL)

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

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
Lakshmi Grandhi
Hi, Tizen supports web workers https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Ftutorials%2Fw3c_tutorial%2Fperf_tutorial%2Fweb_workers_create.htm Please whether you can add support without creating object urls.