-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inlineImages: Setting of image.crossOrigin
is not always necessary
#1468
inlineImages: Setting of image.crossOrigin
is not always necessary
#1468
Commits on May 22, 2024
-
Setting of
image.crossOrigin
is not necessary for same origin image……s, and causes an immediate image reload necessitating the load event listener (albeit from cache)
Configuration menu - View commit details
-
Copy full SHA for 3f18f91 - Browse repository at this point
Copy the full SHA 3f18f91View commit details -
It's good that these mutations are avoided; they were being generated…
… by the snapshotting process
Configuration menu - View commit details
-
Copy full SHA for 2817513 - Browse repository at this point
Copy the full SHA 2817513View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e4fff - Browse repository at this point
Copy the full SHA d6e4fffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29354ac - Browse repository at this point
Copy the full SHA 29354acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42f3ed8 - Browse repository at this point
Copy the full SHA 42f3ed8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0277f43 - Browse repository at this point
Copy the full SHA 0277f43View commit details -
Bugfix: after the crossOrigin change we always need to listen for the…
… load, as calling `recordInlineImage` immediately will result in an empty data url
Configuration menu - View commit details
-
Copy full SHA for f0cca66 - Browse repository at this point
Copy the full SHA f0cca66View commit details -
Configuration menu - View commit details
-
Copy full SHA for afd7234 - Browse repository at this point
Copy the full SHA afd7234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e466e7 - Browse repository at this point
Copy the full SHA 2e466e7View commit details -
Didn't notice that the picture.html used in 'correctly saves images o…
…ffline' is also separately checked against a __snapshot__
Configuration menu - View commit details
-
Copy full SHA for c9d6a65 - Browse repository at this point
Copy the full SHA c9d6a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8cbf9c - Browse repository at this point
Copy the full SHA f8cbf9cView commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2df9bb - Browse repository at this point
Copy the full SHA d2df9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba7ca2d - Browse repository at this point
Copy the full SHA ba7ca2dView commit details