[Webkit-unassigned] [Bug 149850] Reinstate support for SharedWorkers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 15 06:02:04 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=149850

--- Comment #14 from rhaug at quantumsolutionsllc.com ---
(In reply to Radar WebKit Bug Importer from comment #12)
> <rdar://problem/64348204>

We implemented a SQL database in WASM, which works offline (storing information to IndexDb) and synchronizes with the server when online. An application user interface uses the database which is in a SharedWorker and can access the same data/functionality from multiple tabs. We don't need/want multiple instances of the database, that is why we use Shared Workers. 

As an example, let's say you have a CRM application and wanted to look at one contact in one tab, and another contact in another tab. With Shared Workers we can keep one instance of the database.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200615/4cb955a2/attachment.htm>


More information about the webkit-unassigned mailing list