mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-02-04 05:50:50 +00:00
nhj
more
This commit is contained in:
0
unified-ai-platform/node_modules/node-domexception/.history/index_20210527203842.js
generated
vendored
Normal file
0
unified-ai-platform/node_modules/node-domexception/.history/index_20210527203842.js
generated
vendored
Normal file
8
unified-ai-platform/node_modules/node-domexception/.history/index_20210527203947.js
generated
vendored
Normal file
8
unified-ai-platform/node_modules/node-domexception/.history/index_20210527203947.js
generated
vendored
Normal file
@@ -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 }
|
||||
}
|
||||
9
unified-ai-platform/node_modules/node-domexception/.history/index_20210527204259.js
generated
vendored
Normal file
9
unified-ai-platform/node_modules/node-domexception/.history/index_20210527204259.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
if (!globalThis.DOMException) {
|
||||
const { MessageChannel } = require('worker_threads')
|
||||
const port = new MessageChannel().port1
|
||||
const ab = new ArrayBuffer()
|
||||
try { port.postMessage(ab, [ab, ab]) }
|
||||
catch (err) { globalThis.DOMException = err.constructor }
|
||||
}
|
||||
|
||||
module.exports
|
||||
Reference in New Issue
Block a user