MCPcopy
hub / github.com/sveltejs/svelte / get

Function get

packages/svelte/src/internal/client/dom/elements/events.js:234–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 define_property(event, 'currentTarget', {
233 configurable: true,
234 get() {
235 return current_target || owner_document;
236 }
237 });
238
239 // This started because of Chromium issue https://chromestatus.com/feature/5128696823545856,

Callers 15

reactive_importFunction · 0.90
initFunction · 0.90
observe_allFunction · 0.90
eachFunction · 0.90
asyncFunction · 0.90
get_effect_pendingMethod · 0.90
wrapperFunction · 0.90
bind_valueFunction · 0.50
bind_groupFunction · 0.50
bind_checkedFunction · 0.50
bind_filesFunction · 0.50
bind_select_valueFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected