You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Set |f|'s <a spec=FileAPI>snapshot state</a> to the current state of |entry|.
301
300
1. Set |f|'s underlying byte sequence to a copy of |entry|'s [=binary data=].
302
-
1. Initialize the value of |f|'s {{File/name}} attribute to |entry|'s [=entry/name=].
303
-
1. Initialize the value of |f|'s {{File/lastModified}} attribute to |entry|'s [=file entry/modification timestamp=].
304
-
1. Initialize the value of |f|'s {{Blob/type}} attribute to an [=implementation-defined=] value, based on for example |entry|'s [=entry/name=] or its file extension.
301
+
1. Set |f|.{{File/name}} to |entry|'s [=entry/name=].
302
+
1. Set |f|.{{File/lastModified}} to |entry|'s [=file entry/modification timestamp=].
303
+
1. Set |f|.{{Blob/type}} to an [=implementation-defined=] value, based on for example |entry|'s [=entry/name=] or its file extension.
305
304
306
305
Issue: The reading and snapshotting behavior needs to be better specified in the [[FILE-API]] spec,
0 commit comments