Attending: timmywil, gibson042, markelog, mgol
Location: https://gitter.im/jquery/meeting
link jQuery Migrate
- https://github.com/jquery/jquery-migrate/issues
- Grab an issue!
link Issues needing review
- https://github.com/jquery/jquery/issues/3969 getScript ‘unsafe-inline’
- Two main concerns: using script tags for local scripts like we do with crossDomain scripts will avoid the CSP violation, but we also need to think about execution order in the case of script tags for when domManip executes scripts from HTML. Using script tags for local scripts will also fix the warning noted in the next issue (if async)----->
- https://github.com/jquery/jquery/issues/3975 scripts in loaded HTML are sync