javascript - How do I check if url.createobjecturl generated uri is still active in typescript -


im storing pictures in database blobs. display them in app using url.createobjecturl() function.

but after time, these generated images cleared, how test if these still active?

if active keep using them, if not active re-build uri.

im using ionic 2, angular 2 typescript.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -