Skip to content

Instantly share code, notes, and snippets.

View MultiCoinCharts's full-sized avatar

MultiCoinCharts (Pre-public) MultiCoinCharts

View GitHub Profile
@MultiCoinCharts
MultiCoinCharts / IE-Edge-diff.idl
Created February 18, 2021 04:13 — forked from MSEdge/IE-Edge-diff.idl
Proprietary / Non-Inteoperable IE APIs no longer in Microsoft Edge
interface AesGcmEncryptResult {
readonly attribute ArrayBuffer ciphertext;
readonly attribute ArrayBuffer tag;
};
interface BookmarkCollection {
readonly attribute long length;
any item(unsigned long index);