Appearance
image
Object.defineProperty(HTMLImageElement.prototype, 'src', { set: function () { // set 只会触发一次 const that = this as HTMLImageElement const handle = () => { if (that.src.startsWith('blob:')) { URL.revokeObjectURL(that.src); } } that.addEventListener('load', handle) } })
Site developed by Aomd.
Copyright © 2017-present hiwebpage.com. All Rights Reserved.
鄂ICP备17016339号-1 鄂公网安备42070002000053号