blob: 7a1df54bd6c5426ed51ce4d32146c878fd7631ad (
plain)
1
2
3
4
5
6
7
|
/**
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/
*/
onmessage = function(event) {
throw "Shouldn't be able to read this!";
}
|