1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/034_onload.out

12 lines
407 B
Text
Raw Normal View History

2019-07-16 00:19:26 -04:00
log from nest_imported script
log from imported script
log from main
got load event in onload function
got load event in event handler (nest_imported)
got load event in event handler (imported)
got load event in event handler (main)
2019-10-02 11:32:51 -04:00
got unload event in onunload function
got unload event in event handler (nest_imported)
got unload event in event handler (imported)
got unload event in event handler (main)