diff --git a/index b/index index 5db4c2daae3..ca4ebdf9462 100644 --- a/index +++ b/index @@ -6275,6 +6275,18 @@ interface PropertyNodeList : NodeListlength and pixel values as the input's. +
If input is a File object
+ +

Return a newly constructed File object corresponding to the same underlying data.

+ +
If input is a FileData object
+ +

Return a newly constructed FileData object corresponding to the same underlying data.

+ +
If input is a FileList object
+ +

Return a newly constructed FileList object containing a list of newly constructed File objects corresponding to the same underlying data as those in input, maintaining their relative order.

+
If input is a host object (e.g. a DOM node)

Return the null value.

diff --git a/source b/source index c0d30eb7805..63d6913dda8 100644 --- a/source +++ b/source @@ -6195,6 +6195,18 @@ interface PropertyNodeList : NodeList { length and pixel values as the input's.

+
If input is a File object
+ +

Return a newly constructed File object corresponding to the same underlying data.

+ +
If input is a FileData object
+ +

Return a newly constructed FileData object corresponding to the same underlying data.

+ +
If input is a FileList object
+ +

Return a newly constructed FileList object containing a list of newly constructed File objects corresponding to the same underlying data as those in input, maintaining their relative order.

+
If input is a host object (e.g. a DOM node)

Return the null value.