874
edits
(added implementation notes for extenders) |
(→Libraries: added implementation notes) |
||
| Line 57: | Line 57: | ||
As per the CommonJS standard, a SecurableModule can be loaded via a | As per the CommonJS standard, a SecurableModule can be loaded via a | ||
call to the global <tt>require()</tt> function. | call to the global <tt>require()</tt> function. | ||
'''Implementation Notes''' | |||
Libraries will be loaded in SecurableModules with content principals (see [[Labs/Jetpack/JEP/25|JEP 25]]). | |||
=== Extenders === | === Extenders === | ||
edits