javascript - Can properties be added to File objects? If not, why not? -


i attempting add property file object morning (specifically s3key) because seemed cleaner passing through bunch of functions when doing file object. when did console.log on object afterward, s3key undefined.

so cannot add properties file objects, correct?

but if can't, why not? guess kind of security issue, i'm not seeing issue be.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -