- From: autokagami <notifications@github.com>
- Date: Tue, 18 Aug 2020 16:34:06 +0000 (UTC)
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/IndexedDB/pull/345@github.com>
This is an automated pull request to align the spec with the latest Web IDL specification. Currently the autofix might introduce some awkward code formatting, so please feel free to modify the formatting. Please file an issue on https://github.com/saschanaz/webidl-updater/issues/new if you think this PR is invalid or should be enhanced. The following is the validation messages from webidl2.js, which may help understanding this PR: ``` Validation error at line 10 in IndexedDB-2,5: void close(); ^ `void` is now replaced by `undefined`. Refer to the [relevant GitHub issue](https://github.com/heycam/webidl/issues/60) for more information. Validation error at line 15 in IndexedDB-2,5: void deleteObjectStore(DOMString name ^ `void` is now replaced by `undefined`. Refer to the [relevant GitHub issue](https://github.com/heycam/webidl/issues/60) for more information. Validation error at line 31 in IndexedDB-2,6: void deleteIndex(DOMString name ^ `void` is now replaced by `undefined`. Refer to the [relevant GitHub issue](https://github.com/heycam/webidl/issues/60) for more information. Validation error at line 9 in IndexedDB-2,9: void advance([EnforceRange ^ `void` is now replaced by `undefined`. Refer to the [relevant GitHub issue](https://github.com/heycam/webidl/issues/60) for more information. Validation error at line 10 in IndexedDB-2,9: void continue(optional any ^ `void` is now replaced by `undefined`. Refer to the [relevant GitHub issue](https://github.com/heycam/webidl/issues/60) for more information. Validation error at line 11 in IndexedDB-2,9: void continuePrimaryKey(any key ^ `void` is now replaced by `undefined`. Refer to the [relevant GitHub issue](https://github.com/heycam/webidl/issues/60) for more information. Validation error at line 10 in IndexedDB-2,11: void commit(); ^ `void` is now replaced by `undefined`. Refer to the [relevant GitHub issue](https://github.com/heycam/webidl/issues/60) for more information. Validation error at line 11 in IndexedDB-2,11: void abort(); ^ `void` is now replaced by `undefined`. Refer to the [relevant GitHub issue](https://github.com/heycam/webidl/issues/60) for more information. ``` You can view, comment on, or merge this pull request online at: https://github.com/w3c/IndexedDB/pull/345 -- Commit Summary -- * Editorial: Align with Web IDL specification -- File Changes -- M index.bs (16) -- Patch Links -- https://github.com/w3c/IndexedDB/pull/345.patch https://github.com/w3c/IndexedDB/pull/345.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/pull/345
Received on Tuesday, 18 August 2020 16:34:21 UTC