Skip to content

Commit

Permalink
Update: Window.frames entry (#36520)
Browse files Browse the repository at this point in the history
  • Loading branch information
ragul1697 authored Oct 27, 2024
1 parent 3ace114 commit fff34ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/window/frames/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A list of frame objects. It is similar to an
array in that it has a `length` property and its items can be accessed
using the `[i]` notation.

- `frameList === window` evaluates to true.
- `frames === window` evaluates to true.
- Each item in the `window.frames` pseudo-array represents the {{domxref("Window")}}
object corresponding to the given {{HTMLElement("frame")}}'s or
{{HTMLElement("iframe")}}'s content, not the `frame` or `iframe` DOM element (i.e.,
Expand Down

0 comments on commit fff34ae

Please sign in to comment.