🔸window.name
🚧 施工中
JS ⟩ scope ⟩ global ⟩ object ⟩ window ⟩ name
( ⭐️ getter/setter / ❗) gets/sets the name of the window's browsing context.
window.name is a getter/setter / ❗
The name of the window is used primarily for setting targets for hyperlinks and forms. (❓)
Browsing contexts do not need to have names. (❓)
Last updated