chromium / suspicious-site-reporter

Extension for reporting suspicious sites to Safe Browsing.
Apache License 2.0
96 stars 22 forks source link

Split the data URI only once. #40

Closed ericlaw1979 closed 5 years ago

ericlaw1979 commented 5 years ago

Probably not a significant performance improvement considering how JavaScript splits strings internally, but it's also slightly more readable this way.