Embedding Glossary

Browse 2 embedding terms defined in plain English, from the cultural dictionary of computing.

2 Embedding Terms

iframe
An HTML element that embeds another HTML page within the current page — a page within a page. Once the backbone of web layouts (frames), now primarily used for...
Userdata
A Lua type that represents arbitrary C data stored as a raw memory block. Used to expose C structs and objects to Lua scripts when embedding Lua in a host...

Related Topics