Skip to content

Commit e6084e1

Browse files
committed
chore: add CHANGELOG entry
1 parent 7f2e318 commit e6084e1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- `Ferrum::Network::Exchange#unknown` determines if the exchange is in an unknown state, meaning that browser might not return info about it [#426]
1010
- `Ferrum::Network::Exchange#loader_id` returns loader id [#426]
1111
- `Ferrum::Browser#debug` opens headless session in the browser devtools frontend [#519]
12+
- `Ferrum::Frame#parent` returns the parent frame if this frame is nested [#523]
1213

1314
### Changed
1415

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,10 @@ Frame's unique id.
10841084

10851085
Parent frame id if this one is nested in another one.
10861086

1087+
#### parent : `Frame | nil`
1088+
1089+
Parent frame if this one is nested in another one.
1090+
10871091
#### execution_id : `Integer`
10881092

10891093
Execution context id which is used by JS, each frame has it's own context in

0 commit comments

Comments
 (0)