blob: cdf40c881320f6255fb2fa8f377f5073d3c85da0 [file] [log] [blame]
Test WorkerContext.close functionality. Should print a series of PASS messages, followed with DONE.
PASS: typeof close: function
PASS: received message before close
PASS: messages sent after close() are ignored
PASS: close() did not dispatch pending events
DONE