Modules pour le navigateur Firefox
  • Extensions
  • Thèmes
    • pour Firefox
    • Dictionnaires et paquetages linguistiques
    • Sites pour les autres navigateurs
    • Modules pour Android
Connexion
Icône du module

Historique de versions de WebTransport Inspector - 13 versions

WebTransport Inspector par moqtap

Il n’y a aucune note pour l’instant
0 étoile sur 5
5
0
4
0
3
0
2
0
1
0
Historique de versions de WebTransport Inspector - 13 versions
  • Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.Vous devriez toujours utiliser la dernière version d’un module complémentaire.

  • Dernière version

    Version 0.2.0

    Publié le 13 mai 2026 - 178,87 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    Added support for MOQT Draft 18

    Code source publié sous licence Licence MIT

    Télécharger Firefox et obtenir l’extension
    Télécharger le fichier
  • Anciennes versions

    Version 0.1.13

    Publié le 6 mai 2026 - 171,01 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    Bitrate counter no longer spikes when a backgrounded tab is refocused or the service worker restarts.

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 0.1.12

    Publié le 2 mai 2026 - 171,99 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    • Payloads no longer disappear after the publisher ends or the connection goes idle. Stream and datagram payloads were getting wiped from the panel when browser shut down the extension's idle service worker; reads now transparently rebuild state from IndexedDB on demand.
    • Reloading a page now reliably picks up new WebTransport connections, even if the panel was idle long enough for the service worker to be terminated. Previously this required closing and reopening DevTools.
    • Stream-closed events no longer arrive before the matching data, which could make the last bytes appear under the wrong (still-open) stream during high-throughput sessions.

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 0.1.11

    Publié le 21 avr. 2026 - 171,12 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    Fixes a .moqtrace export interop bug: exported traces can now be read by the Rust moqtap-trace crate and the desktop app.

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 0.1.10

    Publié le 13 avr. 2026 - 171,08 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    Improve Messages display and add new message parameter types across all drafts

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 0.1.9

    Publié le 10 avr. 2026 - 166,31 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    Further improve processing to reduce impact of instrumentation on multiple concurrent connections.

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 0.1.8

    Publié le 9 avr. 2026 - 166,06 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    Performance improvements to background rendering on active connections.

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 0.1.7

    Publié le 7 avr. 2026 - 166,02 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    Added support for concurrent WebTransport connections.

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 0.1.6

    Publié le 6 avr. 2026 - 166,03 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    Worker wrapping now uses a Proxy-based recovery system that automatically detects CSP failures, transparently falls back to the original uninstrumented Worker, and remembers the origin for future visits.

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 0.1.5

    Publié le 4 avr. 2026 - 163,97 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    • New Tracks tab shows MoQT track subscriptions with per-track timing
    • WebTransport datagrams are now intercepted, decoded, and stored
    • Stream content detection now identifies CBOR and MessagePack payloads
    • WebTransport sessions in iframes are now intercepted

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 0.1.4

    Publié le 3 avr. 2026 - 150,67 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    ISO BMFF media detection & hex viewer annotations
    • Proper ISO BMFF box parser replacing heuristic byte scanning
    • Classifies payloads as CMAF, LOC, or fMP4 based on box types and brand codes
    • Streams list shows variant + box count (e.g., CMAF(3)) with box names in tooltip
    • Hex viewer renders inline boundary banners between objects with content description and offset indicator
    • Object navigation (‹ 1/5 ›) in sticky bar for streams with 2+ objects
    • Detection retry on subsequent chunks when first chunk arrives before draft detection

    Control stream identification
    • Bidirectional MoQT control stream correctly labeled "MoQT Control" instead of inheriting a track name
    • Control stream preserved when clearing stream data (always-open, unrecoverable)

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 0.1.3

    Publié le 3 avr. 2026 - 147,6 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    Track list: faster navigation
    - New filters on Messages/Tracks: Active only, TX/RX, and Group by namespace (collapsible with status counts).
    - Filters persist between tab switches and browser sessions.

    Streams tab: usable at scale
    - Added a search box to filter streams by track/namespace.
    - Added a stats footer showing stream count + total TX/RX bytes, including filtered vs total when a filter is active.

    Better control over captured data
    - New recording toggle: pause stream data capture without losing control messages / track lifecycle.
    - New clear button: wipes all captured stream data and frees memory/storage instantly.

    Reliability fix: no more dropped control messages
    - Fixed decoding so all control messages in a chunk are processed (not just the first).
    - Added buffering so control messages split across chunks are reassembled correctly.

    Performance improvements (large sessions)
    - Streams list now uses virtual scrolling (renders only visible rows).
    - Reduced repeated work across stream/track/session stats computation.

    UI cleanup
    - More compact track header layout.
    - Better panel alignment.
    - Standardized DevTools-style clear icons.

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 0.1.2

    Publié le 30 mars 2026 - 143,44 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    Added stack trace capture for outgoing control messages and unidirectional stream creation. A new "Stack" tab in the message detail panel shows the application call stack with clickable source links and async boundary grouping.

    Code source publié sous licence Licence MIT

    Télécharger le fichier
Aller à la page d’accueil de Mozilla

Modules complémentaires

  • À propos
  • Blog des modules complémentaires Firefox
  • Atelier sur les extensions
  • Pôle développeur
  • Politiques à destination des développeurs
  • Blog de la communauté
  • Forum
  • Signaler un problème
  • Guide de revue

Navigateurs

  • Desktop
  • Mobile
  • Enterprise

Produits

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Confidentialité
  • Cookies
  • Mentions légales

Sauf mention contraire, le contenu de ce site est disponible sous licence Creative Commons Attribution Share-Alike v3.0 ou toute version supérieure.