mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-12-15 05:43:45 +01:00
⚡ asyncQueue
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { signals } from "./signals-common.js";
|
||||
import { enviroment as env } from './dom-common.js';
|
||||
|
||||
export function asyncQueueAdd(promise){ return env.qa(promise); }
|
||||
/** @type {{ scope: object, prevent: boolean, host: function }[]} */
|
||||
const scopes= [ {
|
||||
get scope(){ return env.D.body; },
|
||||
|
||||
Reference in New Issue
Block a user