Browse Source

added "onunload" to the list of event handlers to remove

Former-commit-id: d49edc863607bdbb157dc99a395dfc753445348f
Gildas 6 năm trước cách đây
mục cha
commit
33cb22c59d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lib/single-file/single-file-core.js

+ 1 - 0
lib/single-file/single-file-core.js

@@ -1843,6 +1843,7 @@ this.singlefile.lib.core = this.singlefile.lib.core || (() => {
 					attributeNames.push(propertyName);
 				}
 			}
+			attributeNames.push("onunload");
 			return attributeNames;
 		}