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
Links inside stylesheet (described as url(...)) is currently replace with original remote resource with absolute URL, but it would be nice to replace it with cached URL.
This is possible relatively easy on FileSystem API, so implement it first. Consider other cases (embedding DataURL or Blob URL) later on.
The text was updated successfully, but these errors were encountered:
Links inside stylesheet (described as
url(...)
) is currently replace with original remote resource with absolute URL, but it would be nice to replace it with cached URL.This is possible relatively easy on FileSystem API, so implement it first. Consider other cases (embedding DataURL or Blob URL) later on.
The text was updated successfully, but these errors were encountered: