mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 10:27:05 +02: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
|