Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental features - fixes following review #37142

Merged
merged 8 commits into from
Dec 9, 2024
40 changes: 0 additions & 40 deletions files/en-us/mozilla/firefox/experimental_features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2431,46 +2431,6 @@ For more details see [Firefox bug 1687364](https://bugzil.la/1687364).

Mozilla's developer tools are constantly evolving. We experiment with new ideas, add new features, and test them on the Nightly and Developer Edition channels before letting them go through to beta and release. The features below are the current crop of experimental developer tool features.

### Execution context selector

This feature displays a button on the console's command line that lets you change the context in which the expression you enter will be executed. (See [Firefox bug 1605154](https://bugzil.la/1605154) and [Firefox bug 1605153](https://bugzil.la/1605153) for more details.)

<table>
<thead>
<tr>
<th>Release channel</th>
<th>Version added</th>
<th>Enabled by default?</th>
</tr>
</thead>
<tbody>
<tr>
<th>Nightly</th>
<td>75</td>
<td>No</td>
</tr>
<tr>
<th>Developer Edition</th>
<td>75</td>
<td>No</td>
</tr>
<tr>
<th>Beta</th>
<td>75</td>
<td>No</td>
</tr>
<tr>
<th>Release</th>
<td>75</td>
<td>No</td>
</tr>
<tr>
<th>Preference name</th>
<td colspan="2"><code>devtools.webconsole.input.context</code></td>
</tr>
</tbody>
</table>
Comment on lines -2434 to -2472
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


### Server-sent events in Network Monitor

The Network Monitor displays information for [server-sent](/en-US/docs/Web/API/Server-sent_events) events. (See [Firefox bug 1405706](https://bugzil.la/1405706) for more details.)
Expand Down
Loading