A remote worker has no window object in the process running DevTools, so worker-connector derives the owning document's inner window id from windowIDs (which carries it for dedicated workers) instead of dbg.window. Shared and service workers have no single owning document, matching the previous null-window behaviour. Differential Revision: https://phabricator.services.mozilla.com/D306650