sitespeedio / chrome-har

Create HAR files from Chrome Debugging Protocol data
MIT License
148 stars 50 forks source link

TS types #80

Open arnulfojr opened 3 years ago

arnulfojr commented 3 years ago

Is there a chance we can have types for the HAR return value https://github.com/micmro/har-format-ts-declaration

soulgalore commented 2 years ago

Hi @arnulfojr sorry for the late reply. No. :) The thing is the HAR spec is so old and there's so many new thing that's needed that we pass on with a underscore in the name. In the HAR spec you can add your own field as long as it starts with an uderscore, so different tools adds a lot of new filelds that is not in the declaration.