Completed
- Verifying a fixed build of Firefox
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Using the Firefox DevTools to Debug fetch() on GitHub
Automatically move to the next video in the Classroom when playback concludes
- 1 - The error
- 2 - Using the Network Panel
- 3 - Editing and Resending HTTP Requests
- 4 - Hypothesis: FormData was getting coerced to a String rather than being serialized
- 5 - Prettifying minified JavaScript
- 6 - Setting breakpoints on event handlers
- 7 - Navigating the call stack
- 8 - Setting breakpoints on lines
- 9 - GitHub's FormData constructor
- 10 - Invoking fetch
- 11 - Verifying the bug by testing fetch on another domain
- 12 - Checking the docs for fetch
- 13 - Filing a Gecko bug in Bugzilla
- 14 - The lifecycle of Bug 1143857: New to Duplicate to Reopened to Resolved
- 15 - Verifying a fixed build of Firefox