A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/apis/css-regions/NamedFlow/getContent below:

getContent() · WebPlatform Docs

getContent() Summary

Returns a static collection of nodes representing the flow’s source content.

Method of apis/css-regions/NamedFlowapis/css-regions/NamedFlow

Syntax
var elements = flow.getContent();
Return Value

Returns an object of type functionfunction

Returns a static collection of nodes representing the flow’s source content.

Examples

Get the last source element whose flow-into adds it to the flow:


var flow = document.getNamedFlows().namedItem('main');

var elements = flow.getContent();

var lastElement = elements[elements.length-1];
Related specifications
CSS Regions Module Level 1
W3C Working Draft
See also Related articles Regions External resources

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4