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
I gave it a try, and creating Chrome extension is easier than it seems. At least, at the first glance.
During the brainstorming I realized that the logged events must be grouped logically, which would make them easier to read and navigate. My initial thought is to have a "major" events (i.e. "change", "blur", "submit"), which are logged at the root level, and then "minor" events which may follow the major ones (i.e. "update", "validate").
Update: A spec should be written for this dev tool.
kettanaito
changed the title
Chrome extensions (Dev tools)
Chrome extension (Dev tools)
Mar 21, 2018
#354 will assist tremendously for such dev tool, since now each state update contains only the relevant patch of the next field(s). That patch is what needs to be displayed in the dev tool, to objectively see what field properties have changed.
What
Need to develop a Google Chrome extension as a RAF DevTools.
Why
console.log
statements.How
The text was updated successfully, but these errors were encountered: