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
The previous regexp was highly inefficient. It took 21 SECONDS to sniff
the type from a data-URI consisting of 128K characters.
The culprit is /.+\.([^?]+)(\?|$/.
With this patch, sniffing the type takes less than 1 millisecond for any
string.
0 commit comments