1 2 3 4 5 6 7
import * as webidl from 'ext:deno_webidl/00_webidl.js'; import { applyToGlobal, nonEnumerable } from 'ext:rustyscript/rustyscript.js'; applyToGlobal({ // Branding as a WebIDL object [webidl.brand]: nonEnumerable(webidl.brand), });