diff --git a/Required-Browser-Features.md b/Required-Browser-Features.md index 55e587d..e209f47 100644 --- a/Required-Browser-Features.md +++ b/Required-Browser-Features.md @@ -736,6 +736,32 @@ if the browser cannot send (large) typed arrays to web workers. + +## Worker can use transfers for postMessage + +Checks if the browser can transfer large chunks of data to the main thread vs cloning typed arrays. See [Using web workers](https://developer.mozilla.org/en-US/docs/Web/Guide/Performance/Using_web_workers#Passing_data_by_transferring_ownership_%28transferable_objects%29) + + + + + + + + + + + + + + + + + + + + +
ChromeFirefox (Gecko)Internet ExplorerOperaSafari
Yes (v.17)Yes (v.18~27)No (v.11)??
+ ## XMLHttpRequest supports the response property in web workers The PDF.js will execute all code on the main thread,