Mohsen
Mohsen

Reputation: 65835

Listening to file change events in a Chrome Packaged App

Is there any way to listen to file changes on disk inside a Chrome Packaged App?

Documentations doesn't mention anything about file changes. Even Chrome Development Team's own Text Editor app is not showing changes automatically on file changes.

Do I have to maintain my own dirty checking loop with an JavaScript interval?

Upvotes: 1

Views: 101

Answers (1)

Ben Wells
Ben Wells

Reputation: 1892

We don't have an API for this unfortunately. There is a long standing bug about adding it here.

Upvotes: 3

Related Questions