Expand description
Utilities for the implementation of JSAPI proxy handlers.
Functions§
- init 🔒
- Initialize the infrastructure for DOM proxy objects.
- is_
platform_ 🔒 ⚠object_ same_ origin - https://html.spec.whatwg.org/multipage/#isplatformobjectsameorigin-(-o-)
- set_
property_ 🔒descriptor - Set the property descriptor’s object to
obj
and set it to enumerable, and writable ifreadonly
is true.