mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
7 lines
194 B
HTML
7 lines
194 B
HTML
<!doctype html>
|
|
<script>
|
|
document.addEventListener("DOMContentLoaded", function() {
|
|
let a = new SharedWorker("support/fontfaceset-loading-worker.js")
|
|
a.port.postMessage([], [])
|
|
})
|
|
</script>
|