소스 검색

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

Gildas 6 년 전
부모
커밋
d49edc8636
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
 		}