blob: 8a696c0026d5eb7403c60b7c5c9db90142968027 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Save the bytecode when all scripts are executed</title>
</head>
<body>
<script id="watchme" src="file_js_cache_save_after_load.js"></script>
</body>
</html>
|