ulixee / hero

The web browser built for scraping
MIT License
647 stars 32 forks source link

Fix frameId data type in frame-environment.md #260

Closed eNcacz closed 2 months ago

eNcacz commented 2 months ago

In docs the FrameEnvironment.frameId is described as string but in the class definition it is number.

This PR change the data type in doc to number, so it conforms to the reality.