Skip to content

[Feedback] Network tool Resend and Edit and resend as fetch #457

Description

@leahtu

TL;DR

Starting with Edge 153, the DevTools Network tool includes two new features: Resend and Edit and resend as fetch. These features are intended to replace Edit and resend in the Network Console tool in the near future.

Please try both features and let us know:

  • How well do they support your workflows?
  • What workflows or capabilities are missing compared with Network Console’s Edit and resend?

Features

Both features are available from a request’s context menu in the Network tool.

Image
  1. Resend: Resends the request as-is.

    • XHR requests are resent using Network.replayXHR.
    • All other supported request types are resent using a fetch() call.
    • This expands the former Resend XHR command to more request types.
  2. Edit and resend as fetch: Copies the request to the Console as a fetch() call, where you can edit and resend it.

    • Inline comments identify the request’s execution context.
    • Before resending, use the Console toolbar’s JavaScript context dropdown to select the correct context.
      Image

Call for feedback

Please evaluate both features and share your feedback in this issue. Let us know which workflows or capabilities you still need before these features can fully replace Network Console’s Edit and resend.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feedbackFeedback about an existing DevTools feature

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions