Re: [IndexedDB-tests] - IndexedDB: Ensure any prior version of the database gets deleted before test (#5586)

Sure, but for this PR:

1. In `idbversionchangeevent.htm`, it is not clean-up, it is just just ensuring that the test doesn't fail because of a previous failed clean-up.

2. In `idbworker.js`, it is within a worker context without having used `importScripts`. For this case, the parent script could handle the deletion, but if the worker is ever reused, it seems to me a better place for it to be there in the worker. But I can adjust if this is not how you want to handle it.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5586#issuecomment-294426047

Received on Monday, 17 April 2017 07:45:53 UTC