Exif Viewer のレビュー
Exif Viewer 作成者: Alan Raskin
andrew によるレビュー
5 段階中 5 の評価
andrew によるレビュー (7年前)Thanks for the update!
I have a problem - long time of loading result with large files.
I have a problem - long time of loading result with large files.
開発者の返信
投稿日時: 7年前Yes.
The "legacy" version could stream the image's binary data a little at a time, since it was able to use the XPCOM interface to access Firefox's functionality.
The WebExtensions version is much more restricted, because it is treated much the same as any web page, and so it has to download the entire image before it can process it.
Out of curiosity, what are your browser's cache settings? I'd hope that the Viewer's request for the image has access to the cache, but maybe not.
- Alan
The "legacy" version could stream the image's binary data a little at a time, since it was able to use the XPCOM interface to access Firefox's functionality.
The WebExtensions version is much more restricted, because it is treated much the same as any web page, and so it has to download the entire image before it can process it.
Out of curiosity, what are your browser's cache settings? I'd hope that the Viewer's request for the image has access to the cache, but maybe not.
- Alan