Skip to content

Debugger Example does not work #1236

Description

@dancingbannana

Describe the bug
The debugger example gives: Unchecked runtime.lastError: Cannot access a chrome-extension:// URL of different extension.

Im pretty sure await chrome.debugger.sendCommand({ tabId }, 'Fetch.enable', { patterns: [/*...*/]}) Is exactly what causes this.
tabId comes from chrome.devtools.inspectedWindow.tabId

 
To Reproduce
Clone the repo.
Install the debugger example
Go to a website.
Click the extension
Make a network request.
Notice this prints "Unchecked runtime.lastError: Cannot access a chrome-extension:// URL of different extension"

Expected behavior
This should work

Screenshots

Screenshot 2024-07-21 at 8 52 52 PM

Anything additional here. 🌈
This does not happen with Microsoft Edge.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions