Skip to content

Commit

Permalink
FF111 ExprFeature - static import of modules in workers
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Mar 6, 2023
1 parent 863aae1 commit 2d53922
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions files/en-us/mozilla/firefox/experimental_features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,46 @@ The `groupBy` method should be used when strings can be used to represent elemen
</tbody>
</table>

#### Static module import in workers

[Workers](/en-US/docs/Web/API/Web_Workers_API) can now [`import`](/en-US/docs/Web/JavaScript/Reference/Statements/import) [JavaScript modules](/en-US/docs/Web/JavaScript/Guide/Modules) ([Firefox bug 1247687](https://bugzil.la/1247687)).

<table>
<thead>
<tr>
<th>Release channel</th>
<th>Version removed</th>
<th>Enabled by default?</th>
</tr>
</thead>
<tbody>
<tr>
<th>Nightly</th>
<td>111</td>
<td>Yes</td>
</tr>
<tr>
<th>Developer Edition</th>
<td>111</td>
<td>No</td>
</tr>
<tr>
<th>Beta</th>
<td>111</td>
<td>No</td>
</tr>
<tr>
<th>Release</th>
<td>111</td>
<td>No</td>
</tr>
<tr>
<th>Preference name</th>
<td colspan="2"><code>dom.workers.modules.enabled</code></td>
</tr>
</tbody>
</table>

## APIs

### Graphics: Canvas, WebGL, and WebGPU
Expand Down

0 comments on commit 2d53922

Please sign in to comment.