adding all images for perfect order to repo
Build and Push Image / build-and-push (push) Successful in 1m16s
Build and Push Image / build-and-push (push) Successful in 1m16s
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
const { MessageChannel } = require('worker_threads')
|
||||
|
||||
if (!globalThis.DOMException) {
|
||||
const port = new MessageChannel().port1
|
||||
const ab = new ArrayBuffer()
|
||||
try { port.postMessage(ab, [ab, ab]) }
|
||||
catch (err) { globalThis.DOMException = err.constructor }
|
||||
}
|
||||
Reference in New Issue
Block a user