mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 21:00:06 +00:00
6 lines
271 B
Plaintext
6 lines
271 B
Plaintext
window.opener initial value: null
|
|
window.opener after setting to "test": test
|
|
iframe contentWindow.opener initial value is the current window object: true
|
|
iframe contentWindow.opener after setting to null: null
|
|
iframe contentWindow.opener after setting to "test": test
|