docs: convert all @experimental
tags to @publicApi
tags (#26595)
PR Close #26595
This commit is contained in:

committed by
Alex Rickabaugh

parent
4bd9f53e8f
commit
24521f549c
@ -33,7 +33,7 @@
|
||||
*
|
||||
* @param html HTML which should be inserted into `body` of the `document`.
|
||||
* @param blockFn function to wrap. The function can return promise or be `async`.
|
||||
* @experimental
|
||||
* @publicApi
|
||||
*/
|
||||
export function withBody<T extends Function>(html: string, blockFn: T): T {
|
||||
return function(done: DoneFn) {
|
||||
@ -74,7 +74,7 @@ const domino: any = (function(domino) {
|
||||
|
||||
/**
|
||||
* Ensure that global has `Document` if we are in node.js
|
||||
* @experimental
|
||||
* @publicApi
|
||||
*/
|
||||
export function ensureDocument(): void {
|
||||
if (domino) {
|
||||
@ -101,7 +101,7 @@ export function ensureDocument(): void {
|
||||
|
||||
/**
|
||||
* Restore the state of `Document` between tests.
|
||||
* @experimental
|
||||
* @publicApi
|
||||
*/
|
||||
export function cleanupDocument(): void {
|
||||
if (savedDocument) {
|
||||
|
Reference in New Issue
Block a user