removeBinary(key)
Removes a binary file from the cache. Note that this only removes it from the Phaser.Cache. If you still have references to the data elsewherethen it will persist in memory.
Parameters
Name Type Description key string Key of the asset you want to remove.
Source code: loader/Cache.js (Line 1747)