rpgtkoolmv / corescript

http://www.rpgmakerweb.com/products/programs/rpg-maker-mv
MIT License
311 stars 75 forks source link

StorageManager has a name conflict with WebAPI's StorageManager #213

Open aoitaku opened 3 years ago

aoitaku commented 3 years ago

Static class StorageManager in rpg_manager.js has a name conflict with WebAPI's StorageManager.

StorageManager - Web API | MDN.

Interface StorageManager is defined in lib.dom.ts. This is a bit of a problem when writing in TypeScript.