From 85cb12caab7d73a7168717e4fa5da793df3bbd7c Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Mon, 1 Feb 2016 18:41:02 -0500 Subject: [PATCH] Add worker modules Closes #550. The Worker and SharedWorker constructors now get an options object, which can be specified as { type: "module", crossOrigin }, where crossOrigin specifies the credentials mode used for the initial fetch and for subsequent imports. The module fetching and execution machinery is entirely reused from that for