Conversation
add General、Query Parameters、Payload
- switch publish pipeline to npm trusted publishing (OIDC) - commit package-lock.json and use npm ci in CI - bump CI node version to 22
This was a phantom dependency that worked with npm install (flat hoisting) but fails with npm ci (strict lockfile).
npm >= 11.5.1 is required for OIDC trusted publishing authentication. Node 22 ships with npm 10.x which signs provenance but cannot authenticate.
DAR3LITESQUAD
approved these changes
Jul 13, 2026
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces several enhancements to the Network panel to improve the debugging experience and provide more comprehensive request details.
Improved Request Details
Restructured the network detail view to present information more clearly. Separated the data into distinct sections: General, Query Parameters, and Payload.
GET

POST

POST: application/x-www-form-urlencoded

Network Panel Configuration
Added new settings to the Network panel that allow users to toggle the display of Full Name and Full URL for network requests.
Rationale: Displaying detailed URLs directly in the list view facilitates easier identification, especially when multiple requests share the same prefix.
Config

Default

Enable Full Name

Enable Full Url
