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
Thanks for pointing this out @alekseykulikov! Unfortunately we already have consumers relying on the format in final-screenshot :/
Maybe we can put this into 5.0...
Based on the review it looks like it started out as the same as our filmstrip but changed formats before landing. @brendankenny do you recall if there was a PSI reason that prompted the switch?
What is the current behavior?
It's a minor inconsistency, but
screenshot-thumbnails
andfinal-screenshot
have the same type of data but in different format.What is the expected behavior?
It would be better to have the new
final-screenshot
in the same format asscreenshot-thumbnails
:data
is a valid base64 encoded jpeg (removedata:image/jpeg;base64,
)timing
contains the actual valuetimestamp
in the same scale as other timestamps (timestamp
* 1000)Environment Information
The text was updated successfully, but these errors were encountered: