When did nodejs filestream's write method return false?

I'm building an app with nodejs that has to write extensively in a file. I'm wondering if I can write in a secondary file after a write returns false and before the event drain is throw or if I can't write in any file during this time.

Thank you