From 644362c394e4f37df8cdbb24496c0cb3750954cd Mon Sep 17 00:00:00 2001 From: Jesper van den Ende Date: Wed, 31 Aug 2022 13:30:22 +0200 Subject: [PATCH] Update readme with WebKit issue --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 873bf88..e611f59 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Subworkers -WebWorkers are awesome! Unfortionately, Google Chrome doesn't support creating subworkers, -[here's the Chromium issue for it](https://code.google.com/p/chromium/issues/detail?id=31666). +WebWorkers are awesome! Unfortionately, Safari doesn't support creating subworkers, +[here's the WebKit issue for it](https://bugs.webkit.org/show_bug.cgi?id=22723). -This polyfill provides this functionality to Chrome and any other browser that supports WebWorkers, +This polyfill provides this functionality to Safari and any other browser that supports WebWorkers, but not subworkers. This functionality is implemented by creating all subworkers in the context of the main page and simulating the communication.