Re: [w3c/FileAPI] Editorial: move from context object to this (#164)

@mkruisselbrink commented on this pull request.



> @@ -1187,7 +1183,7 @@ The {{FileReader}} object must be the event target for all events in this specif
 
 When this specification says to <dfn>fire a progress event</dfn> <i>called e</i>
 (for some {{ProgressEvent}} <code>e</code>
-at a given {{FileReader}} <code>reader</code> as the <a>context object</a>),
+at a given {{FileReader}} <code>reader</code> as <a>this</a>),

dropping "as this" sounds good to me, agree that this could do with a rewrite but that indeed seems like a separate issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/164#discussion_r617073160

Received on Tuesday, 20 April 2021 22:28:28 UTC