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
This is unusual as it's not the Core API but I think we should warn against usage of jQuery.UNSAFE_restoreLegacyHtmlPrefilter and recommend calling jQuery.migrateEnablePatches( "self-closed-tags" ) instead. I'd like to drop this method in Migrate 4.x.
The text was updated successfully, but these errors were encountered:
This is unusual as it's not the Core API but we support this patch via a more
generic API now:
```
jQuery.migrateEnablePatches( "self-closed-tags" )
```
Fixesjquerygh-474
This is unusual as it's not the Core API but I think we should warn against usage of
jQuery.UNSAFE_restoreLegacyHtmlPrefilter
and recommend callingjQuery.migrateEnablePatches( "self-closed-tags" )
instead. I'd like to drop this method in Migrate 4.x.The text was updated successfully, but these errors were encountered: