We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e78905 commit 524a05eCopy full SHA for 524a05e
src/client.js
@@ -968,15 +968,15 @@ async function Delete(file) {
968
969
Observer.init({
970
name: "CoCreateFileAddedNodes",
971
- observe: ["addedNodes"],
+ types: ["addedNodes"],
972
selector: '[type="file"]',
973
callback: (mutation) => init(mutation.target)
974
});
975
976
977
name: "CoCreateFileAttributes",
978
- observe: ["attributes"],
979
- attributeName: ["type"],
+ types: ["attributes"],
+ attributeFilter: ["type"],
980
981
982
0 commit comments