Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

json language - add .har extension #396

Merged
merged 1 commit into from
Feb 25, 2023
Merged

Conversation

wesinator
Copy link
Contributor

Description of the Change

Add .har format extension to language-json library

Copy link
Member

@confused-Techie confused-Techie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change looks great to me!

Also a total side note, we may want to revise the file extensions we support on macOS to include har as well in our ./script/mac-bundle-document-types.js. (This is not at all expected of this PR just a note to myself for later or anyone else that wants to do so.)


But yeah this only makes sense to add

But as always thanks for contributing!

Copy link
Member

@DeeDeeG DeeDeeG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Thanks for the contribution!

Context:

The HTTP Archive format, or HAR, is a JSON-formatted archive file[1] format for logging of a web browser's interaction with a site. The common extension for these files is .har.

https://en.wikipedia.org/wiki/HAR_(file_format)

@DeeDeeG DeeDeeG merged commit 2d4a6e4 into pulsar-edit:master Feb 25, 2023
@wesinator wesinator deleted the json branch February 25, 2023 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants